traces

Get Trace Events

Projected, typed view of a trace's telemetry — drives the trace viewer.

get/v2/trace/{trace_id}/events

Path parameters

trace_idstring uuid required

Query parameters

since_seqinteger

Return only events derived from spans with sequence > since_seq. Use -1 (default) for the first page, then pass the previous next_seq while has_more is true. Once caught up, use latest_seq for incremental polling.

Return only events derived from spans with sequence > since_seq. Use -1 (default) for the first page, then pass the previous next_seq while has_more is true. Once caught up, use latest_seq for incremental polling.

limitinteger

Maximum completed span references to project in this page.

Maximum completed span references to project in this page.

Response

Successful Response

latest_seqinteger required
next_seqinteger required
has_moreboolean required
statusstring required
rewardnumber nullable

Changes

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