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

# Get the job application workflows

`GET /applications/lists/workflows`

## Query parameters

- `PlacementType` string[]
- `Offset` integer
- `Limit` integer

## Response `200`

Job application workflows

- JobApplicationWorkflowListModel
  - `items` JobApplicationWorkflowDetailModel[], nullable
    - `workflowId` integer — Unique identifier for the workflow
    - `workflowName` string, nullable — Name of the workflow
    - `placementType` string, nullable — Type of placement (e.g., "Permanent", "Contract")
    - `userGroup` UserGroupSummaryModel[], nullable — Array of user groups associated with the workflow
      - `groupId` integer, required
      - `name` string, required
    - `stages` JobApplicationWorkflowStageModel[], nullable — Array of stages within the workflow
      - `stageName` string, nullable — Name of the workflow stage
      - `stageIndex` integer, nullable — Position of the stage within the workflow
      - `step` integer, nullable — [Obsolete] Reference stageIndex instead
      - `progress` 'Started' | 'InProgress' | 'Complete', string
      - `statuses` JobApplicationWorkflowStageStatusModel[], nullable — Array of statuses within the stage
        - `statusId` integer — Unique identifier for the status
        - `statusName` string, nullable — Name of the status
        - `active` boolean — Whether the status is currently active
        - `rejected` boolean — Whether this status indicates rejection
        - `default` boolean — Whether this is the default status
        - `defaultRejected` boolean — Whether this is the default rejected status
  - `totalCount` integer — Total number of workflows available

---

[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)
