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

# GET /api/task_statuses/{id}

`GET /api/task_statuses/{id}`

Retrieve an existing task status

## Path parameters

- `id` string, required

## Query parameters

- `since` string

## Response `200`

OK

- TaskStatus
  - `archived` boolean
  - `name` string, required
  - `status_category` 'O' | 'P' | 'H' | 'C' — Can be one of the following `O`(open), `P`(In progress), `H`(On hold), `C`(Complete), default to `O`(Open)
  - `practice_group` integer, required
  - `created_at` string
  - `updated_at` string
  - `id` integer
  - `task_category` integer — ID of `/api/task_categories`

## Other responses

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

---

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