---
title: "Fetch a collection"
method: GET
path: "/collections/{collection_id}"
tags: ["collections"]
---

# Fetch a collection

`GET /collections/{collection_id}`

Returns the matching collection.

## Query parameters

- `fields` 'asset_count'
- `include` string

## Headers

- `Accept` 'application/json', required

## Response `200`

The matching collection.

- object
  - `data` Collection, required
    - `id` string, required — Unique identifier for the resource instance.
    - `type` 'collections', required — The type of the resource.
    - `attributes` CollectionAttributes, required
      - `name` string — The name of the collection.
      - `tagline` string — The tagline of the collection.
      - `slug` string — The URL-friendly slug of the collection.
      - `public` boolean — Set to `true` for hassle-free sharing, allowing search engines to index your brand assets. Otherwise, set to `false` to share only with the users you specify.
      - `stealth` boolean — Set to `true` to remove the collection from appearing in web searches.
      - `is_workspace` boolean — Set to `true` if the collection is a Brandfolder workspace.

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
