Retrieve a paginated list of candidates for a specific interviewer. Each candidate includes workflow progress, scores, and agent summaries. Optionally filter by the date the candidate was invited to this interviewer with created_after and/or created_before (Unix epoch seconds, inclusive) to incrementally sync new candidates without paging through the entire list.
Documentation Index
Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication. Pass your key in the X-API-KEY header.
Maximum number of candidates to return (1–100).
1 <= x <= 100Cursor for pagination. Pass the interview_id of the last candidate from the previous page.
Only return candidates invited to this interviewer at or after this timestamp (inclusive). Accepts ISO-8601 datetimes such as 2026-03-13T00:00:00Z or 2026-03-13T00:00:00+00:00. Naive values (no offset) are interpreted as UTC. Combine with created_before to query a closed interval.
"2026-03-13T00:00:00Z"
Only return candidates invited to this interviewer at or before this timestamp (inclusive). Accepts ISO-8601 datetimes such as 2026-03-14T23:59:59Z. Naive values (no offset) are interpreted as UTC.
"2026-03-14T23:59:59Z"