List test scenarios

GET/sandbox/test-scenarios

Returns the complete catalog of sandbox test scenarios in a single response while preserving the standard collection response format.

The catalog is the same for production and sandbox credentials.

AuthorizationBearer <token>

Autonomous mode: the API credential secret, sent as a bearer token. Credential secrets are identified by a fixed prefix.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/sandbox/test-scenarios"
{  "data": [    {      "description": "string",      "effects": [        "string"      ],      "id": "string",      "name": "string",      "object": "test_scenario",      "params": null,      "version": 0    }  ],  "page": {    "limit": 1,    "next_cursor": "string",    "prev_cursor": "string"  }}