---
title: "Fetch status option"
method: GET
path: "/status_options/{status_option_id}"
tags: ["status options"]
---

# Fetch status option

`GET /status_options/{status_option_id}`

Retrieves a single status option by its ID.

## Path parameters

- `status_option_id` integer, required

## Response `200`

The requested status option object.

- StatusOption
  - `id` integer, required — The unique identifier for the status option.
  - `color` 'blue_bright' | 'blue_dark' | 'green_bright' | 'green_dark' | 'yellow' | 'orange' | 'red' | 'purple' | 'gray', required — The color of the status option.
  - `label` string, required — The label for the status option.
  - `stage` 'planned' | 'in_progress' | 'done', required — The stage of the status option.
  - `order` number, required — A float number used for sorting.
  - `created_at` string, date-time — The time of creation.
  - `updated_at` string, date-time — The time of the last update.
  - `deleted_at` string, date-time, nullable — The time the status option was deleted.

## Other responses

- `404` — The status option was not found.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
