Traces
List Traces
List traces sorted by started_at DESC with cursor pagination.
Filters compose AND-style. cursor is opaque (base64url JSON); callers should treat it as a token to round-trip back. The list fetches limit + 1 rows so it can detect whether a next page exists without a separate COUNT query.
get/admin/api/v1/traces
Query parameters
started_afterstring date-time nullable
started_beforestring date-time nullable
modelstring nullable
statusstring nullable
user_idstring nullable
session_idstring nullable
name_containsstring nullable
limitinteger
cursorstring nullable
Response
Successful Response