GetEventResponse = object
Description
Response for GET /events/:event_id — single event payloadProperties
event
event:object&object
Type Declaration
children_ids?
optionalchildren_ids?:string[]
Description
Child event IDs in the trace hierarchyconfig?
optionalconfig?:object
Index Signature
[key: string]: unknown
Description
Configuration used for this eventduration?
optionalduration?:number
Description
Event duration in millisecondsend_time?
optionalend_time?:number
Description
Event end time as Unix millisecondserror?
optionalerror?:string|null
Description
Error message if the event failedevent_id
event_id: string
event_name?
optionalevent_name?:string
Description
Name of the eventevent_type?
optionalevent_type?:"model"|"tool"|"chain"|"session"
Description
Type of event (model, tool, chain, or session)feedback?
optionalfeedback?:object
Index Signature
[key: string]: unknown
Description
Feedback data associated with the eventinputs?
optionalinputs?:object
Index Signature
[key: string]: unknown
Description
Input data for the eventmetadata?
optionalmetadata?:object
Index Signature
[key: string]: unknown
Description
Arbitrary metadata for the eventmetrics?
optionalmetrics?:object
Index Signature
[key: string]: unknown
Description
Metric values computed for the eventoutputs?
optionaloutputs?:object
Index Signature
[key: string]: unknown
Description
Output data from the eventparent_id?
optionalparent_id?:string
Description
Parent event ID in the trace hierarchyproject?
optionalproject?:string
Deprecated
Description
Project name (ignored by server — project is determined from API key scope)project_id?
optionalproject_id?:string
Description
Project IDsession_id?
optionalsession_id?:string
Description
Session this event belongs tosource?
optionalsource?:string
Description
Source of the event (e.g., sdk-python)start_time?
optionalstart_time?:number
Description
Event start time as Unix millisecondsuser_properties?
optionaluser_properties?:object
Index Signature
[key: string]: unknown

