Retrieve events based on filters
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Name of the project associated with the event like New Project
ISO String for start of date time filter like 2024-04-01T22:38:19.000Z
ISO String for end of date time filter like 2024-04-01T22:38:19.000Z
Fields to include in the response
Limit number of results to speed up query (default is 1000, max is 7500)
Page number of results (default is 1)
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the project associated with the event like New Project
The field name that you are filtering by like metadata.cost
, inputs.chat_history.0.content
The value that you are filtering the field for
The type of filter you are performing - "is", "is not", "contains", "not contains", "greater than"
is
, is not
, contains
, not contains
, greater than
The data type you are using - "string", "number", "boolean", "id" (for object ids)
string
, number
, boolean
, id
Fields to include in the response
Limit number of results to speed up query (default is 1000, max is 7500)
Page number of results (default is 1)
Response
Name of project associated with the event
Source of the event - production, staging, etc
Name of the event
Specify whether the event is of "session", "model", "tool" or "chain" type
session
, model
, tool
, chain
Unique id of the event, if not set, it will be auto-generated
Unique id of the session associated with the event, if not set, it will be auto-generated
Id of the parent event if nested
Id of events that are nested within the event
Associated configuration JSON for the event - model name, vector index name, etc
Input JSON given to the event - prompt, chunks, etc
Final output JSON of the event
Any error description if event failed
UTC timestamp (in milliseconds) for the event start
UTC timestamp (in milliseconds) for the event end
How long the event took in milliseconds
Any system or application metadata associated with the event
Any user feedback provided for the event output
Any values computed over the output of the event
Any user properties associated with the event
Total number of events in the specified filter