Skip to main content

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 status field is succeeded (with slots) or failed (with error).
  • 202: still running. Body's status is pending. The Retry-After: 5 header 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

Result retrieved