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
List Traces
Documentation Index
Fetch the complete documentation index at: https://docs.idun-group.com/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
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.
Last modified on May 22, 2026