get_interviewers_availability_result
Poll for the completion status of an interviewers availability check and retrieve free interviewer IDs per time slot when succeeded.
Instructions
Poll for the result of a previous check_interviewers_availability call. Returns 200 with status=succeeded/failed when terminated, 202 with status=pending while running, 410 if expired (1-hour TTL after completion). Respect the Retry-After header — don't poll faster than every 5s. For production loads, prefer the interview.availability.computed webhook.
Each slot in the response includes interviewer_ids — the user IDs free at that slot. Use one of those IDs as interviewer_ids (and host_id for zoom) when calling create_interview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| poll_id | Yes | poll_id returned by check_interviewers_availability (24-char hex string) |