Start a new session
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Project name associated with the session
Name of the session
Source of the session - production, staging, etc
Unique id of the session, if not set, it will be auto-generated
Id of events that are nested within the session
Associated configuration for the session
Input object passed to the session - user query, text blob, etc
Final output of the session - completion, chunks, etc
Any error description if session failed
How long the session took in milliseconds
Any user properties associated with the session
Any values computed over the output of the session
Any user feedback provided for the session output
Any system or application metadata associated with the session
UTC timestamp (in milliseconds) for the session start
UTC timestamp (in milliseconds) for the session end
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.