Get Audio Details
GET/v2/audios/:audio_id
Retrieve all details for a specific audio directly from the database.
Returns a complete standardized response with all possible fields. Fields that don't exist in the database are returned as null.
Access Control:
- Authenticated users can access their own audios
- Admins can access all audios
- Sample audios and shared audios are publicly accessible
Request
Responses
- 200
- 401
- 404
- 422
Successful Response
Missing, malformed or rejected credentials — no X-API-Key / Authorization: Bearer <jwt>, an expired token, or a caller that lacks the role the route requires. Note that this API answers authorization failures with 401 as well as 403 (see the 403 entry where a route declares both).
No such resource, or it is not visible to this caller. Ownership failures are reported as 404 rather than 403 so the API does not confirm the existence of another account's records.
Validation Error