> For the complete documentation index, see [llms.txt](https://docs.whisk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whisk.com/api/recipes/user-recipes-and-collections/get-collection.md).

# Get Collection

This endpoint allows getting collection information.

## Get Collection

<mark style="color:blue;">`GET`</mark> `https://graph.whisk.com/v1/:collection_id`

#### Path Parameters

| Name           | Type   | Description                  |
| -------------- | ------ | ---------------------------- |
| collection\_id | string | Unique collection identifier |

{% tabs %}
{% tab title="200 " %}

```
```

{% endtab %}
{% endtabs %}

## Response

The result is a collection of information.

## Sample Request

```javascript
{
  "id": "97f77cceca5d11e7ae7e42010a9a0035",
  "name": "My collection",
  "recipesCount": 10,
  "createdAt": 1525352769,
  "updatesAt": 1525352769
}
```
