Skip to main content
GET
/
statuses
/
read
Read status by id
curl --request GET \
  --url https://api.obselite.com/v0/statuses/read \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "color": "<string>",
  "colorKey": "AMBER",
  "organization": {},
  "statusGroup": {},
  "cycles": [
    {}
  ],
  "resources": [
    {}
  ],
  "tasks": [
    {}
  ],
  "teams": [
    {}
  ],
  "activities": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

The API token generated from the Obselite dashboard

Query Parameters

filter
string

Encoded JSON to search and refine lists, see filtering

include
string

Available options: statusGroup, cycles, resources, tasks, teams, activities

id
string<uuid>

Response

Successful response

id
string<uuid>
required

Status UUID

name
string
required
colorKey
enum<string>
required
Available options:
AMBER,
BLACK,
BLUE,
CYAN,
EMERALD,
FUCHSIA,
GRAY,
GREEN,
INDIGO,
LIME,
NEUTRAL,
ORANGE,
PINK,
PRIMARY,
PURPLE,
RED,
ROSE,
SKY,
SLATE,
STONE,
TEAL,
VIOLET,
WHITE,
YELLOW,
ZINC
description
string | null
color
string | null
organization
object | null

The organization that owns this status, following the organization schema

statusGroup
object | null

The status group that this status belongs to, following the status group schema

cycles
array
resources
array
tasks
array
teams
array
activities
array