Documentation Index
Fetch the curated documentation index at: https://grafana_com_website/llms.txt
Fetch the complete documentation index at: https://grafana_com_website/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: /docs/grafana-cloud/testing/k6/reference/cloud-rest-api/deprecated-rest-api.md (append .md) or send Accept: text/markdown to /docs/grafana-cloud/testing/k6/reference/cloud-rest-api/deprecated-rest-api/. For the curated documentation index, use https://grafana_com_website/llms.txt. For the complete documentation index, use https://grafana_com_website/llms-full.txt.
Deprecated k6 REST API
Warning
The Grafana Cloud k6 endpoints under this section are deprecated and planned for removal in the near future. Migrate to the latest API endpoints to avoid disruptions.
Authentication
Authentication is based on a custom token scheme.
The Auth Token lets you interact with the k6 CLI and REST API.
Requests to the cloud API MUST contain an authorization header with the value of your token. Using curl, a request looks like this:
curl -H "Authorization: token <YOUR_API_TOKEN_HERE>" #replace with your tokenAPIs
| APIs | |
|---|---|
| Organizations | List and Read organizations |
| Projects | List and Read projects |
| Load tests | List, Read, Update and Delete a Load Test |
| Load test runs | Start, Stop, List and Read a Load Test Run |
| Test run metrics | List, Read, and Export metric test data |
| Error reference | Error message format |
Was this page helpful?
Related resources from Grafana Labs


