---
title: "Get the job application workflow"
method: GET
path: "/applications/lists/workflow"
tags: ["Job Application API:Lists"]
---

# Get the job application workflow

`GET /applications/lists/workflow`

## Query parameters

- `query` GetJobApplicationStatusByWorkflowListQuery

## Response `200`

Job application workflow

- JobApplicationStatusByWorkflowListRepresentation
  - `items` JobApplicationStatusByWorkflowModel[], nullable
    - `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
    - `status` JobApplicationStatusNameModel[], nullable — Ordered status list for this workflow stage
      - `statusId` integer, required
      - `name` string, required
      - `active` boolean
      - `rejected` boolean
      - `default` boolean
      - `defaultRejected` boolean
  - `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)
