Skip to main content
GET
Check per-trace ingest status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

project_id
string
required

Project ID.

otel_trace_id
string
required

OTel / SDK trace id to look up.

Response

Ingest status

project_id
string
required
otel_trace_id
string
required
status
enum<string>
required
Available options:
enqueued,
ingested,
ready,
not_found