- Large filter expressions that would exceed URL length limits
- Filter expressions containing base64-encoded images (e.g., embed_image(‘data:image/png;base64,…’))
- Complex sorting expressions
Authorizations
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.Body
Project name
Context name
The context (prepending ’/’ seperated field names) from which to retrieve the logs.
Boolean string to filter entries. Supports embed_image() for image similarity queries.
JSON-encoded dict mapping either static column names (e.g.
timestamp) or full Python2SQL expressions (e.g. cosine(embed('search text'), embedding_vector)) to sort directions ("ascending" or "descending"). The first key is the primary sort field; subsequent keys break ties.Sorting configuration for groups when using group_by
Log IDs to include
Log IDs to exclude
Fields to include
Fields to exclude
Fields to group by
Maximum number of groups to return at each level
Number of groups to skip at each level
Maximum depth of nested groups to return
If True, groups are returned as a nested structure
If True, only return groups without full logs list
When groups_only is True, return timestamps with log IDs
If True, return only log IDs instead of full entries
If true, return logs in a deterministic random order
Seed for deterministic random ordering
Maximum number of characters to return for string values
When set, entries that appear in at least this many logs will be grouped together
