# Get event audio recording Get the audio recording for the given noise event. Requires an API key with the data.events:read and data.audio:read scopes. Endpoint: GET /data/events/audio/{id} Version: 1.0.1 Security: apikey ## Path parameters: - `id` (string, required) ID of the audio for this event ## 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