Retrieve a job
Retrieves a single job, including its read-only screening-question summary with knockout flags.
Authentication
AuthorizationBearer
Partner API key sent as `Authorization: Bearer cfk_...`. Keys are partner-level — one key reaches every registry linked to your partner account and nothing else. CONFIRM issues and revokes them; a key is shown exactly once at creation because only its hash is stored, and revocation takes effect on the next request. Develop against the sandbox base URL with a sandbox key, where telephony is restricted to an allowlist you provide.
Path parameters
org_id
Organization ID (org_...).
job_id
Job ID (job_...).
Response
The job.
id
Job ID (job_...).
org_id
template_id
Template the job was created from.
title
location
City/state/ZIP location.
pay_range
Pay range advertised for the job.
status
screening_questions
Read-only summary of the questions asked on screenings for this job, including knockout flags.
created_at
updated_at
Errors
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error

