Traces

Trace lookup endpoints.

List traces

get

List traces within the authenticated project.

Authorizations
AuthorizationstringRequired

API key in Authorization header using Bearer .

Query parameters
limitinteger · min: 1 · max: 100OptionalDefault: 20
offsetintegerOptionalDefault: 0
Responses
chevron-right
200

Successful Response

application/json

List response for project-scoped traces.

objectconst: listOptional

Object type identifier.

Default: list
totalintegerRequired

Total number of items available for this resource.

get
/v1/traces

Get a trace

get

Fetch a single trace by external trace id (trace.id) within the authenticated project.

Authorizations
AuthorizationstringRequired

API key in Authorization header using Bearer .

Path parameters
idstringRequired
Responses
chevron-right
200

Successful Response

application/json
idstringRequired

External trace identifier (trace.id).

nameany ofOptional

Optional trace name.

stringOptional
or
nullOptional
sourceany ofOptional

Optional trace source.

stringOptional
or
nullOptional
trace_contextany ofOptional

Most recent normalized trace context stored for this trace.

or
nullOptional
first_seenany ofOptional

Timestamp of the first request recorded for this trace.

string · date-timeOptional
or
nullOptional
last_seenany ofOptional

Timestamp of the most recent request recorded for this trace.

string · date-timeOptional
or
nullOptional
request_countintegerRequired

Number of inference log rows recorded for this trace.

container_countintegerRequired

Number of distinct containers involved in this trace.

error_countintegerRequired

Number of errored requests recorded for this trace.

get
/v1/traces/{id}

Last updated