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:
- Poll: Retrieve an interviewer-availability result (respect the
Retry-After: 5header — don't poll faster). - Webhook (recommended for production): subscribe to the
interview.availability.computedevent to receive the result push-style.
Results expire 1 hour after completion (poll → 410 Gone; webhook is one-shot).
Request
Responses
- 202
- 422
Availability computation started. Response includes Retry-After: 5 header.
Validation error