Skip to main content
GET
List Traces

Query Parameters

started_after
string<date-time> | null
started_before
string<date-time> | null
model
string | null
status
string | null
user_id
string | null
session_id
string | null
name_contains
string | null
limit
integer
default:50
cursor
string | null

Response

Successful Response

Envelope for the list view.

next_cursor is the opaque cursor for the next page or None when the current page is the last one. total_estimate is left None on SQLite (count is expensive) and reserved for a fast PG estimate via pg_class.reltuples in a later iteration.

items
StandaloneTraceListItem · object[]
nextCursor
string | null
totalEstimate
integer | null
Last modified on May 22, 2026