# Retrieve collection of audios. Use this endpoint to retrieve the collection of audio information. Endpoint: GET /audios Version: 1.0.0 Security: ## Query parameters: - `page` (integer) The collection page number - `itemsPerPage` (integer) The number of items per page - `expand[]` (array) Enum: "patient.read", "patient.list" - `order[uuid]` (string) Enum: "asc", "desc" - `order[patient]` (string) Enum: "asc", "desc" - `order[createdAt]` (string) Enum: "asc", "desc" - `order[updatedAt]` (string) Enum: "asc", "desc" - `order[archivedAt]` (string) Enum: "asc", "desc" - `search` (string) Global case-insensitive text search. - `exists[archivedAt]` (boolean) - `uuid` (string) - `uuid[]` (array) - `patient` (string) - `patient[]` (array) - `documents` (string) - `documents[]` (array) - `user` (string) - `user[]` (array) - `languageSpoken` (string) - `languageSpoken[]` (array) - `summary` (string) - `summary[]` (array) - `createdAt[between]` (string) - `createdAt[gt]` (string) - `createdAt[gte]` (string) - `createdAt[lt]` (string) - `createdAt[lte]` (string) - `updatedAt[between]` (string) - `updatedAt[gt]` (string) - `updatedAt[gte]` (string) - `updatedAt[lt]` (string) - `updatedAt[lte]` (string) - `archivedAt[between]` (string) - `archivedAt[gt]` (string) - `archivedAt[gte]` (string) - `archivedAt[lt]` (string) - `archivedAt[lte]` (string) ## Response 200 fields (application/json): - `uuid` (string) Audio unique identifier. - `patient` (string,null) Audio patient. Example: "123e4567-e89b-12d3-a456-426614174000" - `createdAt` (string) Audio creation date. - `updatedAt` (string) Audio update date. - `archivedAt` (string,null) Audio archive date. - `user` (any) - `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)