/api/v3/productions
Authentication: Requires API Key in the request header.
Response: List of production objects containing studios and projects.
Rate limit: Once every 10 seconds
Status Codes:
200 OKProductions retrieval successful.401 UnauthorizedAuthentication failed.429 Too Many RequestsRate limit exceeded.
Sample Request
Sample Response
Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the production |
name | string | Name of the production |
created_date | string | ISO 8601 timestamp of creation |
num_recordings | number | Total number of recordings in the production |
studios | array | List of studios within the production |
studios[].projects | array | List of projects within each studio |