Documentation Index
Fetch the complete documentation index at: https://mintlify.com/chamals3n4/OpenATS/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Pipeline endpoints allow you to create, update, and manage custom hiring stages for each job opening. Each job can have its own pipeline with stages like “Initial Screening”, “Technical Interview”, “Offer”, etc.Get Job Pipeline
Path Parameters
The unique identifier of the job
Response
Create Pipeline Stage
Path Parameters
The unique identifier of the job
Body Parameters
Name of the pipeline stage (max 100 characters)
Position/order of the stage in the pipeline (must be positive)
Type of stage. Options:
none, source, assessment, interview, offer, rejectionTemplate ID to use when auto-generating offers at this stage
Offer automation mode. Options:
auto_draft, auto_sendResponse
Update Pipeline Stage
Path Parameters
The unique identifier of the job
The unique identifier of the pipeline stage
Body Parameters
Updated name for the stage (max 100 characters)
Updated position in the pipeline
Updated stage type. Options:
none, source, assessment, interview, offer, rejectionTemplate to use for offer generation
Offer automation mode. Options:
auto_draft, auto_sendNumber of days until auto-generated offers expire
Email template to use for rejection notifications
Response
Delete Pipeline Stage
Path Parameters
The unique identifier of the job
The unique identifier of the pipeline stage to delete
Response
Error Responses
409 Conflict
Returned when attempting to delete a stage that has candidate history. Move candidates to another stage first.
404 Not Found
Stage or job not found