list_interviews
Retrieve job interviews tracked by JobGPT from email confirmations. Filter by status, application ID, or use upcoming=true for scheduled/rescheduled interviews.
Instructions
List job interviews that are being actively tracked by JobGPT (detected from email confirmations). Use upcoming=true to get scheduled/rescheduled interviews. Can also filter by application ID or status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Number of results per page (default: 20, max: 50) | |
| status | No | Filter by interview status | |
| upcoming | No | If true, returns only upcoming interviews (SCHEDULED or RESCHEDULED) | |
| jobApplicationId | No | Filter interviews for a specific job application |