list_interviews
Retrieve and filter job interviews tracked from email confirmations, including upcoming, scheduled, or status-based results.
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 |
|---|---|---|---|
| jobApplicationId | No | Filter interviews for a specific job application | |
| status | No | Filter by interview status | |
| upcoming | No | If true, returns only upcoming interviews (SCHEDULED or RESCHEDULED) | |
| page | No | Page number (default: 1) | |
| limit | No | Number of results per page (default: 20, max: 50) |