---
title: "GET /api/task_categories"
method: GET
path: "/api/task_categories"
tags: ["Practice Management"]
---

# GET /api/task_categories

`GET /api/task_categories`

Retrieve or search task categories

## Query parameters

- `cursor` string — The pagination cursor value.
- `page_size` integer — Number of results to return per page.
- `since` string

## Response `200`

OK

- object — Paginated Result
  - `previous` string — Previous paginated page
  - `data` TaskCategory[] — result data
    - `archived` boolean
    - `is_global` string — Indicates that the category is a system wide (pre-defined) category
    - `name` string, required
    - `practice_group` integer, required
    - `created_at` string
    - `updated_at` string
    - `id` integer
  - `next` string — Next Paginated page

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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