---
title: "List collections"
method: GET
path: "/ecosystems/{ecosystem_id}/collections"
tags: ["Collection"]
---

# List collections

`GET /ecosystems/{ecosystem_id}/collections`

List collections

## Path parameters

- `ecosystem_id` string, required

## Query parameters

- `cursor` string, nullable
- `limit` integer

## Response `200`

Collections

- GetCollectionsResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `data` Collection[], required
    - `id` string
    - `card_background_color` string
    - `card_background_image` File
      - `id` string
      - `content_type` string
      - `type` 'LOGO' | 'BANNER' | 'SCREENSHOT'
      - `url` string, required
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `card_columns` integer
    - `card_style` string
    - `count` integer
    - `description` string
    - `logo` File
      - `id` string
      - `content_type` string
      - `type` 'LOGO' | 'BANNER' | 'SCREENSHOT'
      - `url` string, required
      - `created_at` string, date-time
      - `updated_at` string, date-time
    - `name` string, required
    - `hidden_from_homepage` boolean
    - `show_max_items_homepage` integer
    - `sequence` integer
    - `slug` string, required
    - `translations` Translation[], nullable
      - `key` string, required
      - `locale` string, required
      - `value` string
    - `visible` boolean, required

## Changes

- **2026-07-13** `a8b2ef683438` — 2 info
  - the response property `data/items/translations/items/key` became required for the status `200`
  - the response property `data/items/translations/items/locale` became required for the status `200`
- **2022-04-08** `222082c66e25` — 1 info
  - added the optional property `data/items/count` to the response with the `200` status
- **2022-04-06** `4e8721dca810` — 2 warning, 9 info
  - removed the optional property `data/items/card_background_image/contentType` from the response with the `200` status
  - removed the optional property `data/items/logo/contentType` from the response with the `200` status
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - …7 more
- **2022-03-29** `fe50a1221140` — 18 breaking, 5 warning, 2 info
  - the response property `data/items/card_background_color` became nullable for the status `200`
  - the response property `data/items/card_background_image` became nullable for the status `200`
  - the response property `data/items/card_background_image/type` became nullable for the status `200`
  - the response property `data/items/card_columns` became nullable for the status `200`
  - …21 more

[Change history](https://skmtc.dev/apideck-libraries/apis/ecosystem-api/changes/ecosystems/:ecosystem_id/collections/get.md)

---

[API](https://skmtc.dev/apideck-libraries/apis/ecosystem-api.md) · [All operations](https://skmtc.dev/apideck-libraries/apis/ecosystem-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apideck-libraries/ecosystem-api/revisions/a8b2ef683438/schema)
