Deprecated k6 REST API
Grafana Cloud RSS

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:

bash
curl -H "Authorization: token <YOUR_API_TOKEN_HERE>"  #replace with your token

APIs

APIs
OrganizationsList and Read organizations
ProjectsList and Read projects
Load testsList, Read, Update and Delete a Load Test
Load test runsStart, Stop, List and Read a Load Test Run
Test run metricsList, Read, and Export metric test data
Error referenceError message format