Returns a cursor-paginated page of filtered trace rows for a project. Pass nextCursor from the response as cursor to fetch the next page.
nextCursor from the response as cursor to fetch the next page.
See Export Logs for filter types, available columns, and pagination conventions.Workspace API key. Pass as Authorization: Bearer <key>.
Request payload for paginated trace export.
The project to export traces from.
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.