# Get an audio recording Get the audio data for the given recording Requires an API key with the data.audio:read scope. Endpoint: GET /data/audio/{recordingId} Version: 1.0.1 Security: apikey ## Path parameters: - `recordingId` (string, required) The audio recording id to retrieve Example: "xxxxxx-xxxxxx-xxxxxx" ## Query parameters: - `format` (string) Choose audio file format and codec Enum: "FLAC", "WAV", "AAC", "OGG" ## Response 401 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 403 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 404 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error ## Response 429 fields (application/json): - `error` (string) Error code - `description` (string) Description of the error