Traces

Check per-trace ingest status

Returns enqueued (Redis index), ingested (ClickHouse traces row), ready (trace_stats), or not_found for a specific otel_trace_id.

get/traces/ingest-status

Query parameters

project_idstring required

Project ID.

otel_trace_idstring required

OTel / SDK trace id to look up.

Response

Ingest status

project_idstring required
otel_trace_idstring required
status'enqueued' | 'ingested' | 'ready' | 'not_found' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.