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

# Get Collection

> Get detailed collection information

Retrieve details for a collection you own or have access to.
Supports organization context via the `X-TT-ORG` header.

<ParamField path="collection_id" type="string" required>
  The unique identifier of the collection
</ParamField>

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