---
title: "Get category"
method: GET
path: "/categories/{id}"
tags: ["Categories"]
---

# Get category

`GET /categories/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successfully retrieved category's information

- object
  - `category` 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.
    - `workOrderCount` integer — The amount of work order using that category in your organization.
    - `updatedAt` string, date-time — Date & time at which the category was last updated.

## Other responses

- `400` — Error with query
- `401` — Invalid token
- `404` — Could not find the specified category or the user cannot access it.

---

[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)
