sessions.timeline
Get Session Timeline By Id
Consolidated, time-ordered timeline of a session's events.
get/api/v1/sessions/timeline/{session_id}
Path parameters
session_idstring required
Response
Successful Response
Example response
{
"events": [
{
"offset": "00:04",
"category": "tool",
"label": "holiday_check",
"metadata": [
"Gpt-4.1",
"OpenAI"
]
}
]
}