# List test scenarios

`GET https://api.cademi.com.br/api/v3/sandbox/test-scenarios`

Operation ID: `sandbox.test_scenarios.list` · API v3

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.

Required permissions: `sandbox.read`.

## Responses

### 200

Returns the catalog of test scenarios.

Body: `data`: array of TestScenario.

Fields of TestScenario:

| Field | Type | Required | Description |
|---|---|---|---|
| `description` | string | yes |  |
| `effects` | array of string | yes | Resources the scenario creates, events it emits, and emails it simulates. |
| `id` | string | yes |  |
| `name` | string | yes |  |
| `object` | string, one of `test_scenario` | yes |  |
| `params` | object | yes | Schema of the parameters accepted when running the scenario. May be an empty object. |
| `version` | integer | yes |  |

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
