Manage Synthetic Checks
Receive a list of synthetic checks
get
/api/synthetic-checksReceive a list of your organization synthetic checks
Parameters 1
datasetqueryReferences 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}$"bash
Sample request12curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/synthetic-checks' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Receive a list of synthetic checks.
array
Array items
References SyntheticChecksApiListItem
stringrequired
string
Origin of a Dash0 resource, derived from dash0.com/origin on read.
ui: created interactively in the Dash0 UI.terraform: managed via the Dash0 Terraform provider.operator: managed via the Dash0 Kubernetes operator.dash0-cli: managed via the Dash0 CLI.platform: owned by Dash0 rather than by anyone in your organization. Covers both resources Dash0 generates from another resource you own (the recording rules an SLO produces) and resources Dash0 ships with the product (the built-in views).api: created directly through the API, and the fallback for any origin whose prefix is not recognized.
New values may be added over time. Treat an unrecognized value as api
rather than rejecting the response.
"ui""terraform""operator""dash0-cli""platform""api"stringrequired
string