Skip to main content
GET
Export the observability trace for a context

Authorizations

Authorization
string
header
required

OAuth 2.0 / OIDC bearer token.

Tenant-Name
string
header
required

The tenant the request operates within.

Path Parameters

contextId
string<context-id>
required

Context identifier (prefixed UUIDv7). Context identifier. Accepts ctx.<uuidv7> or a bare UUIDv7 on input; always returned prefixed.

Pattern: ^(ctx\.)?[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"ctx.0192f4c8-3d6b-7c4f-a02b-4d9e7f3c8b51"

Query Parameters

pageSize
integer
default:50

Maximum number of items per page.

Required range: 1 <= x <= 200
pageToken
string

Opaque 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
object[]
required

Traces for the context, newest first.

Example:
nextPageToken
string | null

Opaque cursor to request the next page, or null if there are no more pages.

totalSize
integer

Total number of items matching the query, when known. Not currently populated by the server; treat as absent.

Example:

42