> ## Documentation Index
> Fetch the complete documentation index at: https://docs.toughtongueai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Scenarios

> List all scenarios for your account

Returns scenarios you've created or have access to.

<ResponseExample>
  ```json 200 theme={null}
  {
    "scenarios": [
      {
        "id": "scenario_abc123",
        "name": "Sales Cold Call",
        "description": "Practice pitching to VPs",
        "is_public": true,
        "created_at": "2024-01-15T10:30:00Z"
      }
    ]
  }
  ```
</ResponseExample>
