Search Traces
Returns a cursor-paginated page of filtered trace rows for a project. Pass nextCursor from the response as cursor to fetch the next page.
Returns a cursor-paginated page of filtered trace rows. PassDocumentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
nextCursor from the response as cursor to fetch the next page.
See Export Logs for filter types, available columns, and pagination conventions.Authorizations
Workspace API key. Pass as Authorization: Bearer <key>.
Body
Request payload for paginated trace search.
The project to search traces in.
20 - 80Unix timestamp in milliseconds. Only return rows started at or after this time.
Unix timestamp in milliseconds. Only return rows started at or before this time.
Filter by status.
success, failure, aborted, cancelled, pending, unknown Case-insensitive substring match on the trace or span name.
Exact match on the reference ID.
Exact match on the session ID.
Typed filter objects for advanced queries. ANDed with flat params.
20Sort order. Defaults to startedAt:desc.
startedAt:asc, startedAt:desc Page size. Defaults to 50, max 200.
1 <= x <= 200Opaque pagination cursor from a previous response.