Skip to main content
GET
Get Application Interview

Authorizations

Authorization
string
header
required

API key authentication for the public API. Pass your API key as a Bearer token.

Path Parameters

application_id
string<uuid>
required

Response

200 - application/json

Detailed serializer with complete interview data.

id
string<uuid>
required
read-only
job_application_id
string<uuid>
required
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
candidate
object
required

Preserves 'OrganizationCandidate' OpenAPI schema name for company API.

interview_flow
object
required

Nested flow info for call responses.

attempt_number
integer
required
read-only
interviewer_name
string
required
read-only
output
object | null
required

Complete interview output with all nested data.

status
enum<string>
  • pending - Pending
  • in_progress - In Progress
  • processing - Processing
  • completed - Completed
  • failed - Failed
  • unreachable - Unreachable
  • opted_out - Opted Out
  • cancelled - Cancelled
Available options:
pending,
in_progress,
processing,
completed,
failed,
unreachable,
opted_out,
cancelled
pipeline_phase
enum<string>

Current phase in the interview pipeline.

  • awaiting_booking - Awaiting Booking
  • outreach - Outreach
  • scheduled - Scheduled
  • calling - Calling
  • in_progress - In Progress
  • evaluating - Evaluating
  • completed - Completed
  • knocked_out - Knocked Out
  • exhausted - Exhausted
  • opted_out - Opted Out
  • failed - Failed
  • cancelled - Cancelled
  • no_show - No Show
Available options:
awaiting_booking,
outreach,
scheduled,
calling,
in_progress,
evaluating,
completed,
knocked_out,
exhausted,
opted_out,
failed,
cancelled,
no_show
scheduled_at
string<date-time> | null

When the interview is scheduled (UTC)

scheduled_duration_minutes
integer | null

Expected interview duration in minutes

Required range: 0 <= x <= 2147483647
booking_source
enum<string> | null
  • self_service - Self Service
  • voice - Voice Agent
  • hr_manual - HR Manual
Available options:
self_service,
voice,
hr_manual
cancelled_at
string<date-time> | null
last_activity_note
string | null

Context from the latest workflow activity (opt-out reason, callback request, etc.).