---
title: "List categories"
method: GET
path: "/categories"
tags: ["Categories"]
---

# List categories

`GET /categories`

Endpoint used to list category resources

## Query parameters

- `cursor` string — Last pagination reference
- `limit` integer — max number of Categories returned

## Headers

- `x-organization-id` integer

## Response `200`

Successfully fetched Categories list

- object
  - `categories` object[], required
    - `id` integer, required — Global ID of the category.
    - `label` string, required — Label used when displaying the category.
    - `description` string — Description field for additional information.
  - `nextCursor` string, nullable, required — The cursor to retrieve the next page of Categories.
  - `nextPageUrl` string, nullable, required — Path with query parameters that can be used to retrieve the next page of Categories.

## Other responses

- `400` — Error with query
- `401` — Invalid token

---

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