Retrieve an interviewer-availability result
GET/v1/interviews/interviewers_availability/:poll_id
Polling alternative to the interview.availability.computed webhook. Respect the Retry-After: 5 header — don't poll faster.
Response status codes
- 200: the search has terminated. The body's
statusfield issucceeded(withslots) orfailed(witherror). - 202: still running. Body's
statusispending. TheRetry-After: 5header tells you when to poll again. - 410: result has expired (TTL is 1 hour after completion).
For production integrations consider using the interview.availability.computed webhook instead — push delivery avoids the polling load.
Request
Responses
- 200
- 202
- 410
Result retrieved
Worker is still running. Response includes Retry-After: 5 header.
Result expired