Dash0 acquires Polar Signals

Manage Signal To Metrics (BETA)

List all signal-to-metrics configs for the organization

get/api/signal-to-metrics

Returns all signal-to-metrics configurations for your organization.

Parameters 7

datasetquery
References Dataset

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

stringpattern "^[a-zA-Z0-9_-]{3,26}$"
limitquery

Maximum number of items to return.

integerdefault 50minimum 1maximum 200
offsetquery

Number of items to skip.

integerdefault 0minimum 0
originPrefixquery

Filter by origin prefix.

string
namequery

Case-insensitive substring search on the rule name.

string
signalquery

Filter by signal type.

string
Allowed values"spans""logs"
enabledquery

Filter by enabled state.

boolean
bash
Sample request
12
curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/signal-to-metrics' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

List of signal-to-metrics configs

SignalToMetricsDefinition[]required
boolean

Whether there are more results beyond the current page. Only present when pagination is used.

integer

Total number of rules matching the request filters, ignoring pagination.

Rule counts per source signal, matching the request filters and ignoring pagination. Present under the same conditions as total, and absent rather than zero-filled when unavailable — a consumer must not read a missing counts as "no rules".