Endpoints Reference
List All Recordings
Retrieves a list of recordings with optional filtering by either studio ID or Project Id. Each recording includes information about tracks.
HTTP Method: GET
URL: /api/v2/recordings
Authentication: Requires API Key in the request header.
Query Parameters:
Choose one of the following parameters to filter by (Note that you can only filter by one parameter at a time):
studioId
: ID of the studio to filter recordingsprojectId
: ID of the studio to filter recordings
Response: List of recordings objects
Rate limit: once every 30 seconds for unique request (e.g. different pages not limited)
Sorting: Lists objects in order of “newest created first”
Pagination: By default every response is capped at 20 recordings
Response:
page
page you are viewingnext_page_url
total_items
total_pages
Request:
page
page that you want to receive (optional, defaults to page 0)
Status Codes:
200 OK
Recordings retrieval successful.401 Unauthorized
Authentication failed.