List all signal-to-metrics configs for the organization
/api/signal-to-metricsReturns all signal-to-metrics configurations for your organization.
Parameters 7
datasetqueryOptional dataset to query across. Defaults to whatever is configured to be the default dataset for the organization.
"^[a-zA-Z0-9_-]{3,26}$"limitqueryMaximum number of items to return.
50minimum 1maximum 200offsetqueryNumber of items to skip.
0minimum 0originPrefixqueryFilter by origin prefix.
namequeryCase-insensitive substring search on the rule name.
signalqueryFilter by signal type.
"spans""logs"enabledqueryFilter by enabled state.
Sample request12curl --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
Whether there are more results beyond the current page. Only present when pagination is used.
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".