statuses:read| Parameter | Type | Description |
|---|---|---|
id | integer | Required. The status ID |
| Field | Type | Description |
|---|---|---|
id | integer | Status ID |
name | string | Status name |
color | string|null | Hex color code |
created_at | string | ISO 8601 datetime |
updated_at | string | ISO 8601 datetime |
| Status | Code | Description |
|---|---|---|
| 404 | NOT_FOUND | Status not found |
| 500 | INTERNAL_ERROR | Failed to fetch status |
curl --location --request GET '/statuses/1' \
--header 'Authorization: Bearer <token>'{}