---
title: "Get all status definitions"
method: GET
path: "/applications/lists/status"
tags: ["Job Application API:Lists"]
---

# Get all status definitions

`GET /applications/lists/status`

## Query parameters

- `Rejected` boolean
- `StatusId` integer[]
- `Name` string
- `Active` boolean
- `Default` boolean

## Response `200`

List of job application status definitions

- JobApplicationStatusListRepresentation
  - `items` JobApplicationStatusModel[], nullable
    - `statusId` integer, required
    - `name` string, required
    - `active` boolean
    - `rejected` boolean
    - `default` boolean
    - `defaultRejected` boolean
    - `workflow` JobApplicationWorkflowModel
      - `stage` string, required — Name of the workflow stage
      - `stageIndex` integer, nullable — Position in the workflow
      - `step` integer, nullable — [Obsolete] Please reference stageIndex instead
      - `progress` 'Started' | 'InProgress' | 'Complete', string
  - `links` ModelLinks
    - `self` string, uri, nullable

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
