---
title: "Retrieve a single Job Sub Status"
method: GET
path: "/v2/jobSubStatus/{id}"
tags: ["Job Sub Status"]
---

# Retrieve a single Job Sub Status

`GET /v2/jobSubStatus/{id}`

Retrieves a single Job Sub Status by its ID.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

The requested Job Sub Status.

- ResponseJobSubStatusV2Dto
  - `id` string — The ID of the job sub status (prefix `JSS-`).
  - `name` string — The name of the job sub status.
  - `parentName` string — The name of the parent job status.
  - `color` 'silver' | 'blue' | 'green' | 'orange' | 'red' | 'anthracite' | 'grey' | 'azure' | 'denim' | 'royalBlue' | 'crimson' | 'cerise' | 'apricot' | 'cream' | 'bronze' | 'yellow' | 'emerald' | 'forest' | 'purple' | 'plum' | 'lavender' | 'violet' | 'slate' — The color key of the job sub status.

## Other responses

- `400` — The provided ID is not a valid job sub status ID.
- `401` — Missing or invalid authentication token.
- `404` — Job Sub Status not found.

---

[API](https://skmtc.net/workiz/apis/developer-api.md) · [All operations](https://skmtc.net/workiz/apis/developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workiz/developer-api/revisions/14666f4db0f8/schema)
