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

# GET /api/task_categories/{id}

`GET /api/task_categories/{id}`

Retrieve an existing task category

## Path parameters

- `id` string, required

## Query parameters

- `since` string

## Response `200`

OK

- TaskCategory
  - `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

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