# Export specific interview audio Export the audio of a specific interview. Endpoint: GET /interviews/{interview_id}/audio-export Version: 1.0.0 Security: api_key, tenant_id ## Path parameters: - `interview_id` (string, required) The ID of the interview ## Response 404 fields (application/json): - `detail` (object) - `detail.error` (string) Example: "not_found" - `detail.message` (string) Example: "Interview not found." ## Response 409 fields (application/json): - `detail` (object) - `detail.error` (string) Example: "audio_export_in_progress" - `detail.message` (string) Example: "Audio export is currently in progress. Please try again later." ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "field required" - `detail.type` (string, required) Example: "value_error.missing"