The Interviews page (Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/hr/ats/interviews) lists all scheduled and completed interviews in the Applicant Tracking System, with tabs for upcoming vs. past interviews and status filtering.
Overview
The page renders theInterviewListContent component. Two tabs switch between Upcoming (interviews scheduled from now forward) and Past (interviews before now). A status filter dropdown includes All Statuses, Scheduled, Completed, Cancelled, and No Show. Results are paginated at 20 per page using useInterviews. Clicking an interview card navigates to /hr/ats/interviews/:id.
Who it’s for
No explicit permission gate on this route.Before you start
- Interviews are created through the ATS job posting and application workflow.
Steps
- Navigate to HR → ATS → Interviews or go to
/hr/ats/interviews. - Toggle between Upcoming and Past tabs.
- Use the status dropdown to filter.
- Click an interview card to view details.
- Use pagination to navigate through results.
Related
Human Resources
Human Resources core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/hr.tsx
- src/cores/hr/pages/ats/InterviewListPage.tsx
- src/cores/hr/hooks/ats/useInterviews.ts