Export the observability trace for a context
Returns the execution traces for the context — LLM calls, tool
executions, and token usage — in OpenInference format. Traces are
ordered newest-first and paginated; each page returns up to pageSize
traces with their spans inlined.
Authorizations
OAuth 2.0 / OIDC bearer token.
The tenant the request operates within.
Path Parameters
Context identifier (prefixed UUIDv7).
Context identifier. Accepts ctx.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.
^(ctx\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$"ctx.0192f4c8-3d6b-7c4f-a02b-4d9e7f3c8b51"
Query Parameters
Maximum number of items per page.
1 <= x <= 200Opaque cursor from a prior response's nextPageToken. Omit on the first request.
Response
OpenInference trace JSON (paginated).
A page of traces for a context in OpenInference format. Traces are ordered newest-first.
Traces for the context, newest first.
Opaque cursor to request the next page, or null if there are no more pages.
Total number of items matching the query, when known. Not currently populated by the server; treat as absent.
42