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

# List categories

`GET /ecosystems/{ecosystem_id}/categories`

List categories

## Path parameters

- `ecosystem_id` string, required

## Query parameters

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

## Response `200`

Categories

- GetCategoriesResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `data` Category[], required
    - `id` string
    - `description` string
    - `name` string, required
    - `slug` string, required
    - `count` integer
    - `translations` Translation[], nullable
      - `key` string, required
      - `locale` string, required
      - `value` string
    - `listing_description_text_template` string
    - `listing_pricing_text_template` string
    - `listing_features_text_template` string
    - `logo` Logo
      - `content_type` string
      - `id` string
      - `type` 'LOGO' | 'BANNER' | 'SCREENSHOT'
      - `url` string, required
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` Meta — Response metadata
    - `items_on_page` integer — Number of items returned in the data property of the response
    - `cursors` object — Cursors to navigate to previous or next pages through the API
      - `previous` string, nullable — Cursor to navigate to the previous page of results through the API
      - `current` string, nullable — Cursor to navigate to the current page of results through the API
      - `next` string, nullable — Cursor to navigate to the next page of results through the API
  - `links` Links — Links to navigate to previous or next pages through the API
    - `previous` string — Link to navigate to the previous page through the API
    - `current` string, required — Link to navigate to the current page through the API
    - `next` string — Link to navigate to the previous page through the API

## Changes

> 6 revisions in range; 1 could not be searched.

- **2022-04-08** `222082c66e25` — 1 info
  - added the optional property `data/items/count` to the response with the `200` status
- **2022-04-06** `4e8721dca810` — 1 warning, 8 info
  - removed the optional property `data/items/listing_price_text_template` from the response with the `200` status
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - added the optional property `data/items/listing_pricing_text_template` to the response with the `200` status
  - …5 more
- **2022-03-29** `fe50a1221140` — 9 breaking, 6 warning, 1 info
  - the response property `data/items/description` became nullable for the status `200`
  - the response property `data/items/logo/content_type` became nullable for the status `200`
  - the response property `data/items/logo/type` became nullable for the status `200`
  - the response property `data/items/translations/items/value` became nullable for the status `200`
  - …12 more

[Change history](https://skmtc.dev/apideck-libraries/apis/ecosystem-api/changes/ecosystems/:ecosystem_id/categories/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)
