Skip to main content
HTTP Method: GET URL: /api/v3/recordings/{recordingId} Authentication: Requires API Key in the request header. Path Parameters:
ParameterTypeDescription
recordingIdstringThe unique identifier of the recording
Response: Single recording object with full track and file details. Rate limit: Once every 1 second. Status Codes:
  • 200 OK Recording retrieval successful.
  • 401 Unauthorized Authentication failed.
  • 404 Not Found Recording not found or not accessible.
  • 429 Too Many Requests Rate limit exceeded.

Sample Request

Sample Response