---
title: "This endpoint provides a paginated list of TaskCategories"
method: GET
path: "/tasks/categories"
tags: ["Utility"]
---

# This endpoint provides a paginated list of TaskCategories

`GET /tasks/categories`

Retrieves the collection of TaskCategory resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `order[id]` 'asc' | 'desc'
- `order[name]` 'asc' | 'desc'

## Response `200`

TaskCategory collection

- TaskCategoryTaskCategoryOutput[]
  - `isProtected` boolean
  - `name` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `dateCreated` string, date-time, nullable
  - `dateModified` string, date-time, nullable
  - `id` string — This is the unique identifier of the resource
  - `legacyId` integer

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
