Skip to main content
GET
Get application pipeline stages

Authorizations

x-api-key
string
header
required

API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.

Query Parameters

templateType
enum<string>
default:DEFAULT_STANDARD

Pipeline to retrieve the stages of. DEFAULT_STANDARD returns the stages of the standard pipeline, used by applications on a vacancy. DEFAULT_SPECULATIVE returns the stages of the speculative pipeline, used by applications without a vacancy. Defaults to DEFAULT_STANDARD.

Available options:
DEFAULT_SPECULATIVE,
DEFAULT_STANDARD
Example:

"DEFAULT_SPECULATIVE"

templateId
string

Optional template ID to filter stages by a specific pipeline template. Mutually exclusive with templateType.

Minimum string length: 1

Response

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

stages
object[]
required