Get an application

Returns full application detail, including the candidate, job, current stage, available stage transitions, recent stage history, conversations, parsed resume data, and any background check.

Authentication

AuthorizationBearer

Supabase-issued user JWT. Send as Authorization Bearer header. Dedicated API keys are planned for a future release.

Path parameters

applicationIdstringRequiredformat: "uuid"

Response

Application detail.
applicationobjectOptional
candidateobjectOptional
jobobjectOptional
current_stageobjectOptional
available_transitionslist of objectsOptional
stage_historylist of objectsOptional
The 10 most recent stage transitions.
conversationslist of maps from strings to anyOptional
Screening call and conversation records.
resume_datamap from strings to any or nullOptional
Parsed resume data, when a resume has been processed.
researchmap from strings to any or nullOptional
background_checkobject or nullOptional

Errors

401
Unauthorized Error
404
Not Found Error