Skip to main content

Compute interviewer availability

POST 

/v1/interviews/interviewers_availability

Computes free interview slots across a date range asynchronously. Returns immediately with a poll_id.

Getting the result

Two ways to get the result:

  1. Poll: Retrieve an interviewer-availability result (respect the Retry-After: 5 header — don't poll faster).
  2. Webhook (recommended for production): subscribe to the interview.availability.computed event to receive the result push-style.

Results expire 1 hour after completion (poll → 410 Gone; webhook is one-shot).

Request

Responses

Availability computation started. Response includes Retry-After: 5 header.