Endpoints Reference
List Workspace
Retrieves a list of productions with associated studios, projects, and recordings.
HTTP Method: GET
URL: /api/v2/productions
Authentication: Requires API Key in the request header.
Response: List of productions with associated studios, projects, and recordings.
Rate limit: once every 3 minutes
Sorting: Lists objects in order of “newest created first”
Pagination: None
Status Codes:
200 OK
Productions retrieval successful.401 Unauthorized
Authentication failed.