Retrieve settings for the organization identified by the provided Dash0 auth token
/api/edge/settingsReturns the aggregate settings payload (dataset settings, signal-to-metrics rules, telemetry transformation rules, observed patterns, etc.) for the organization that owns the provided bearer token. Designed for edge collectors running in customer environments that need their full configuration in one request.
Sample request12curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/edge/settings' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Settings for the organization identified by the auth token.
SignalControl configuration for the organization. When enabled is false,
edge components switch to passthrough mode (no spam filtering, RED metrics,
signal-to-metrics, tail sampling, or barker processing).
Edge billing metering enforcement for the organization. Deliberately not in this
schema's required list, unlike signalControlEdge: an absent object means warn mode,
so absence has to stay expressible. Requiring it would also force a backfill for every
existing organization, which the rollout does not need — each one receives an explicit
value by the end of the transition window.