Dash0 acquires Polar Signals

Component schema

GetTraceIdsRequest

object1 direct reference

Definition

Request to retrieve unique trace IDs of traces that contain at least one span matching the given filters. This is a lightweight alternative to GetSpans for two-step workflows where only trace IDs are needed first, and full trace details are subsequently retrieved via GetTrace (POST /api/trace/details).

TimeReferenceRangerequired

A range of time between two time references.

Dataset

Optional dataset to query across. Defaults to whatever is configured to be the default dataset for the organization.

Sampling

The ordering criteria for the returned trace IDs. Only otel.trace.start_time descending is supported (this is also the default when omitted). Any other key, ascending direction, or multiple criteria will be rejected with a 400 response. A trace's start time is the timestamp of its earliest matching span; trace IDs are returned ordered by that value.

Cursor pagination for trace IDs.

  • Maximum and default limit: 5000 elements per page
  • Multiple pages may be required to retrieve all matching trace IDs

Used by 1

These schemas and endpoints reference this type directly.