---
title: "List all collections"
method: GET
path: "/help_center/collections"
tags: ["Help Center"]
---

# List all collections

`GET /help_center/collections`

You can fetch a list of all collections by making a GET request to `https://api.intercom.io/help_center/collections`.

Collections will be returned in descending order on the `updated_at` attribute. This means if you need to iterate through results then we'll show the most recently updated collections first.

## Headers

- `Intercom-Version` '1.0' | '1.1' | '1.2' | '1.3' | '1.4' | '2.0' | '2.1' | '2.2' | '2.3' | '2.4' | '2.5' | '2.6' | '2.7' | '2.8' | '2.9' | '2.10' | '2.11' | '2.12' | '2.13' | '2.14' — Intercom API version.</br>By default, it's equal to the version set in the app package.

## Response `200`

Successful

- CollectionList — This will return a list of Collections for the App.
  - `type` 'list' — The type of the object - `list`.
  - `pages` CursorPages, nullable — Cursor-based pagination is a technique used in the Intercom API to navigate through large amounts of data. A "cursor" or pointer is used to keep track of the current position in the result set, allowing the API to return the data in small chunks or "pages" as needed.
    - `type` 'pages' — the type of object `pages`.
    - `page` integer — The current page
    - `next` StartingAfterPaging, nullable
      - `per_page` integer — The number of results to fetch per page.
      - `starting_after` string, nullable — The cursor to use in the next request to get the next page of results.
    - `per_page` integer — Number of results per page
    - `total_pages` integer — Total number of pages
  - `total_count` integer — A count of the total number of collections.
  - `data` Collection[] — An array of collection objects
    - `id` string — The unique identifier for the collection which is given by Intercom.
    - `workspace_id` string — The id of the workspace which the collection belongs to.
    - `name` string — The name of the collection. For multilingual collections, this will be the name of the default language's content.
    - `description` string, nullable — The description of the collection. For multilingual help centers, this will be the description of the collection for the default language.
    - `created_at` integer — The time when the article was created (seconds). For multilingual articles, this will be the timestamp of creation of the default language's content.
    - `updated_at` integer — The time when the article was last updated (seconds). For multilingual articles, this will be the timestamp of last update of the default language's content.
    - `url` string, nullable — The URL of the collection. For multilingual help centers, this will be the URL of the collection for the default language.
    - `icon` string, nullable — The icon of the collection.
    - `order` integer — The order of the section in relation to others sections within a collection. Values go from `0` upwards. `0` is the default if there's no order.
    - `default_locale` string — The default locale of the help center. This field is only returned for multilingual help centers.
    - `translated_content` GroupTranslatedContent, nullable — The Translated Content of an Group. The keys are the locale codes and the values are the translated content of the Group.
      - `type` 'null' | 'group_translated_content', nullable — The type of object - group_translated_content.
      - `ar` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `bg` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `bs` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `ca` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `cs` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `da` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `de` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `el` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `en` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `es` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `et` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `fi` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `fr` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `he` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `hr` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `hu` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `id` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `it` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `ja` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `ko` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `lt` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `lv` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `mn` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `nb` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `nl` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `pl` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `pt` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `ro` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `ru` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `sl` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `sr` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `sv` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `tr` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `vi` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `pt-BR` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `zh-CN` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
      - `zh-TW` GroupContent, nullable — The Content of a Group.
        - `type` 'null' | 'group_content', nullable — The type of object - `group_content` .
        - `name` string — The name of the collection or section.
        - `description` string — The description of the collection. Only available for collections.
    - `parent_id` string, nullable — The id of the parent collection. If `null` then it is the first level collection.
    - `help_center_id` integer, nullable — The id of the help center the collection is in.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/intercom/apis/intercom-api.md) · [All operations](https://skmtc.net/intercom/apis/intercom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/intercom/intercom-api/revisions/9517e80f2642/schema)
