List test scenarios
/sandbox/test-scenariosReturns 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.
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" }}Reset the sandbox POST
Deletes the sandbox data, including uploaded files, and seeds the default test data again. Credentials, administrators, and audit entries are preserved, and production data is never affected. Only sandbox credentials can request a reset. Production credentials receive `403 Forbidden` with the `production_only` error code. Only one reset can be queued or running at a time. The reset is processed asynchronously. The `Location` header points to the operation that tracks its progress. The `Idempotency-Key` header is required; retrying with the same key returns the same operation.
Retrieve a test scenario GET
Retrieves a test scenario from the sandbox catalog, including the parameters it accepts and the effects it produces. Scenario IDs use the `scn_` prefix.