Retrieve a job's interview plan
GET/v1/jobs/:job_id/interview_plan
Returns the interview plan configured on a job — the stages and the interview activities on each stage. Each activity's id can be passed as stage_activity_id to POST /v1/interviews to schedule against the configured plan; scorecard config is inherited from the activity.
Request
Responses
- 200
- 404
Interview plan retrieved
Job not found