Returns a cursor-paginated page of filtered model span rows for a prompt. 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 span export.
The project that owns the prompt.
20 - 80The prompt to export model spans 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.
Case-insensitive substring match on the model name.
Case-insensitive substring match on the provider name.
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.