> ## 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 Collections

> List all collections you have access to

Returns collections you've created or have been granted access to.
Supports organization context via the `X-TT-ORG` header.

<ResponseExample>
  ```json 200 theme={null}
  {
    "collections": [
      {
        "id": "collection_abc123",
        "name": "Sales Training Bundle",
        "description": "Complete sales training scenarios",
        "scenario_count": 5,
        "created_at": "2024-01-15T10:30:00Z"
      }
    ]
  }
  ```
</ResponseExample>
