# Retrieve an audio. Use this endpoint to retrieve an audio information. Endpoint: GET /audios/{uuid} Version: 1.0.0 Security: ## Path parameters: - `uuid` (string, required) Audio identifier ## Response 200 fields (application/json): - `uuid` (string) Audio unique identifier. - `patient` (any) - `createdAt` (string) Audio creation date. - `updatedAt` (string) Audio update date. - `archivedAt` (string,null) Audio archive date. - `documents` (array) - `documents.uuid` (string) Document unique identifier. - `documents.createdAt` (string) Document creation date. - `documents.updatedAt` (string) Document update date. - `documents.encounteredAt` (string,null) Document operation/cone beam specific date. - `documents.user` (object) - `documents.user.uuid` (string) User unique identifier. - `documents.user.email` (string, required) User email address. - `documents.user.createdAt` (string) User creation date. - `documents.user.updatedAt` (string) User update date. - `documents.user.firstName` (string,null, required) User first name. - `documents.user.lastName` (string,null, required) User last name. - `documents.user.gender` (string,null, required) User gender. Enum: "female", "male", "unknown", null - `documents.user.phone` (string,null, required) User phone number. Example: "+33757590893" - `documents.user.rpps` (string,null) User RPPS number (France). Example: "10101748050" - `documents.user.am` (string,null) User AM number (France). Example: "394003552" - `documents.type` (string,null) Document type. Enum: "operative_report", "referral_letter", "cone_beam_report", "patient_letter", "prescription", "initial_medical_certificate", "attendance_certificate", "contraindication_certificate", "lab_slip", "endo_report", "ortho_letter", null - `documents.pdf` (any) - `documents.isAnonymized` (boolean) Document anonymization status. - `images` (array) - `images.uuid` (string) Image unique identifier. - `images.title` (string,null) Image title. - `images.name` (string) Image file name. - `images.size` (integer) Image file size. - `images.createdAt` (string) Image creation date. - `images.updatedAt` (string) Image update date. - `languageSpoken` (string,null) Audio spoken language. - `summary` (string,null) Audio summary. - `mediaRecorderType` (string,null) Get the media recorder type of this audio. - `audioWorkflowStepV3` (string) Get the current audio workflow step (v3). Enum: "audio_recording", "transcription", "edition", "failed" ## Response 403 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null) ## Response 404 fields (application/ld+json): - `@context` (any) - `@id` (string, required) - `@type` (string, required) - `title` (string) A short, human-readable summary of the problem. - `detail` (string) A human-readable explanation specific to this occurrence of the problem. - `status` (number) - `instance` (string,null) A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced. - `type` (string) A URI reference that identifies the problem type - `description` (string,null)