---
title: "Get a specific status"
method: GET
path: "/status/{status_id}"
tags: ["Status"]
---

# Get a specific status

`GET /status/{status_id}`

## Path parameters

- `status_id` integer, required

## Response `200`

OK

- Status
  - `id` integer
  - `status` string

## Other responses

- `404` — Status not found
- `500` — Server error

---

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