---
title: "GET /config/statustype/{id}"
method: GET
path: "/config/statustype/{id}"
---

# GET /config/statustype/{id}

`GET /config/statustype/{id}`

Find a status by id

## Response `200`

- Status — An Assets status type that can be associated with objects
  - `id` string, required
  - `name` string, required
  - `description` string
  - `category` integer, required — | Name | Value | Color | | ---- | ----- | ----- | | ACTIVE | 1 | Green | | INACTIVE | 0 | Red | | PENDING | 2 | Yellow |
  - `objectSchemaId` string

## Other responses

- `401` — Client must be authenticated to access this resource.
- `404` — Representation of the target resource do not exist
- `500` — Something went wrong. Please try again later. If the error persists, contact our support team.

---

[API](https://skmtc.dev/atlassian/apis/rest.md) · [All operations](https://skmtc.dev/atlassian/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/atlassian/rest/revisions/07137e668210/schema)
