List session traces
Returns a cursor-paginated page of the traces that belong to the session. Rows match the trace list shape and exclude per-message LLM content — use getTrace for the full conversation view.
Path parameters
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Session identifier lifted from instrumentation. Up to 128 characters.
Session identifier lifted from instrumentation. Up to 128 characters.
Query parameters
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Page size. Defaults to 50; max 200.
Page size. Defaults to 50; max 200.
Field to sort by. Defaults to startTime.
Field to sort by. Defaults to startTime.
Sort direction. Defaults to desc (most recent first).
Sort direction. Defaults to desc (most recent first).
Response
Page of traces