Endpoints Reference
Get Recording
Retrieves a single recording by its ID. Each recording includes information about tracks.
HTTP Method: GET
URL: /api/v1/recordings/{recording_id}
Authentication: Requires API Key in the request header.
Path Parameters:
recording_id
ID of the recording to retrieve. To find this value, visit the recording page and click “Copy Recording ID” in the three dots menu.
Response: Information about the requested recording with associated tracks.
Rate limit: Once every 30 seconds for unique request (e.g. different recordings not limited)
Status Codes:
200 OK
Recording retrieval successful.401 Unauthorized
Authentication failed.404 Not Found
Recording not found.