Retrieve all stages in the application pipeline, optionally filtered by a specific template. Stages represent the different phases a candidate application goes through (e.g., Applied, Screening, Interview, Offer).
GET
/
pipeline
/
applications
/
stages
Get all application pipeline stages
Copy
Ask AI
curl --request GET \ --url https://api.gospott.com/pipeline/applications/stages \ --header 'x-api-key: <api-key>'