Skip to main content
GET
/
v1
/
jobs
/
statuses
List job statuses
curl --request GET \
  --url https://api.stardex.ai/v1/jobs/statuses \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    {
      "id": "7201a0b8-e63c-4d8f-899d-78cdd62b5c38",
      "name": "Not Started",
      "color": "#cccccc",
      "stage_order": 1,
      "is_default_status": true
    }
  ],
  "meta": {
    "total": 1,
    "offset": 0,
    "limit": 1
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.stardex.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authenticate with a Bearer token: API key, OAuth token, or session token.

Response

Statuses fetched

success
enum<boolean>
required
Available options:
true
data
object[]
required
meta
object
required