curl --request GET \
--url https://api.gospott.com/pipeline/applications/stages \
--header 'x-api-key: <api-key>'{
"stages": [
{
"type": "speculative",
"id": "<string>",
"name": "<string>",
"colorHex": "<string>",
"order": 123,
"labels": [
{
"id": "<string>",
"name": "<string>",
"colorHex": "<string>",
"order": 123
}
]
}
]
}Retrieve all Application Stages
curl --request GET \
--url https://api.gospott.com/pipeline/applications/stages \
--header 'x-api-key: <api-key>'{
"stages": [
{
"type": "speculative",
"id": "<string>",
"name": "<string>",
"colorHex": "<string>",
"order": 123,
"labels": [
{
"id": "<string>",
"name": "<string>",
"colorHex": "<string>",
"order": 123
}
]
}
]
}API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Optional template ID to filter stages by a specific pipeline template
Successfully retrieved application stages. Returns ordered list of pipeline stages.
Show child attributes