v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01176310978.7 KB
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

session_idstring required

Internal ID of the session

session_startstring date-time nullable

The call's start (placement) time; the zero point for all offsets. Falls back to the first transcript turn for legacy sessions with no session_start event.

Example response

{
  "events": [
    {
      "offset": "00:04",
      "category": "tool",
      "label": "holiday_check",
      "metadata": [
        "Gpt-4.1",
        "OpenAI"
      ]
    }
  ]
}