List interviews for an application
GET/v1/applications/:application_id/interviews
Returns the interviews scheduled on the given application. Cancelled interviews are included by default — filter via meeting_status[] to exclude them.
Request
Responses
- 200
- 404
- 422
Interviews retrieved
Application not found (err_application_not_found)
Validation error