---
title: "Get application pipeline stages"
method: GET
path: "/pipeline/applications/stages"
tags: ["Application Pipeline"]
---

# Get application pipeline stages

`GET /pipeline/applications/stages`

Retrieve all Application Stages. Returns an ordered list of pipeline stages with their labels.

## Query parameters

- `templateId` string

## Response `200`

Successfully retrieved application stages. Returns ordered list of pipeline stages.

- ApplicationStagesDto
  - `stages` ApplicationStageDto[], required
    - `id` string, required
    - `name` string, required
    - `type` 'speculative' | 'application' | 'sourcing' | 'outreach' | 'interview' | 'presentation' | 'result', required
    - `colorHex` string, required
    - `order` number, required
    - `labels` ApplicationLabelDto[], required
      - `id` string, required
      - `name` string, required
      - `colorHex` string, required
      - `order` number, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized - invalid or missing authentication
- `500` — Error response

---

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