Documentation for automated readers
A curated documentation index is available at: https://grafana.com/llms.txt
A complete documentation index is available at: https://grafana.com/llms-full.txt
These indexes can help with page discovery before fetching individual documents.
This page is also available in Markdown, which may be easier for automated readers and AI tools to parse than HTML. The Markdown version is available at https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/api-reference.md, or by sending Accept: text/markdown to https://grafana.com/docs/grafana-cloud/testing/synthetic-monitoring/api-reference/. For broader documentation discovery, the curated index is available at https://grafana.com/llms.txt and the complete index is available at https://grafana.com/llms-full.txt.
Grafana Cloud Synthetic Monitoring REST API
The Grafana Cloud Synthetic Monitoring REST API provides programmatic access to Synthetic Monitoring resources.
Authentication and authorization
To authenticate with the Grafana Cloud Synthetic Monitoring API, you need the following:
- A Synthetic Monitoring access token
- Your Synthetic Monitoring backend address
Get a Synthetic Monitoring access token
To generate an access token:
- Log in to your Grafana Cloud account.
- Go to Testing & synthetics > Synthetics > Config.
- Click the Access tokens tab.
- Click Generate access token.
- Copy and save your access token.
Get your Synthetic Monitoring backend address
To find your backend address:
- Log in to your Grafana Cloud account.
- Go to Testing & synthetics > Synthetics > Config.
- On the General tab, copy the URL address under “Your backend address is”. For example:
synthetic-monitoring-api-us-east-0.grafana.net.
Example request
Include the access token in the Authorization header and replace the backend address for all requests to the API. The following example lists all checks:
GET https://@@@SM_BACKEND_ADDRESS@@@/api/v1/check
Authorization: Bearer @@@SM_ACCESS_TOKEN@@@API reference
View the complete Synthetic Monitoring API reference.
Download the OpenAPI specification file.
Was this page helpful?
Related resources from Grafana Labs


