Retrieves a list of recordings with optional filtering by either studio ID or Project Id. Each recording includes information about tracks.
/api/v2/recordings
Authentication: Requires API Key in the request header.
Query Parameters:
You may optionally filter by one of the following parameters:
studioId
: ID of the studio to filter recordingsprojectId
: ID of the studio to filter recordingspage
page you are viewingnext_page_url
total_items
total_pages
page
page that you want to receive (optional, defaults to page 0)200 OK
Recordings retrieval successful.401 Unauthorized
Authentication failed.