Create a batch of events
Please refer to our instrumentation guide for detailed information
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Associated configuration JSON for the event - model name, vector index name, etc
How long the event took in milliseconds
Name of the event
Specify whether the event is of "model", "tool" or "chain" type
model
, tool
, chain
Input JSON given to the event - prompt, chunks, etc
Project associated with the event
Source of the event - production, staging, etc
Id of events that are nested within the event
UTC timestamp (in milliseconds) for the event end
Any error description if event failed
Unique id of the event, if not set, it will be auto-generated
Any user feedback provided for the event output
Any system or application metadata associated with the event
Any values computed over the output of the event
Final output JSON of the event
Id of the parent event if nested
Unique id of the session associated with the event, if not set, it will be auto-generated
UTC timestamp (in milliseconds) for the event start
Any user properties associated with the event
Default is false. If true, all events will be associated with the same session
Associated configuration for the session
Any error description if session failed
Any user feedback provided for the session output
Input object passed to the session - user query, text blob, etc
Any system or application metadata associated with the session
Any values computed over the output of the session
Final output of the session - completion, chunks, etc
Unique id of the session, if not set, it will be auto-generated
Name of the session
Source of the session - production, staging, etc
Any user properties associated with the session