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

# Get Collection

> Retrieve a single collection.

<RequestExample>
  ```bash cURL theme={null}
  curl https://api.doctly.ai/api/v1/collections/{collection_id} \
    -H "Authorization: Bearer YOUR_API_KEY"
  ```
</RequestExample>

**GET** `/api/v1/collections/{collection_id}`

## Path Parameters

<ParamField path="collection_id" type="string" required>
  The collection's UUID.
</ParamField>

## Response

Returns a [collection object](/api-reference/collections/create#response). Requests for collections your account cannot access return `404`.
