HTTP Method: GET URL:Documentation Index
Fetch the complete documentation index at: https://docs.riverside.fm/llms.txt
Use this file to discover all available pages before exploring further.
/api/v1/exports
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 exports.projectId— ID of the project to filter exports.start_date— Return exports created on or after this date (YYYY-MM-DD).end_date— Return exports created on or before this date (YYYY-MM-DD).
Notes:Response: List of exports objects. Rate limit: Once every 10 seconds for unique request. Sorting: Lists objects in order of “newest created first”. Pagination: Default page size 20. Response:
- Providing only start_date returns all exports from that date forward; providing only end_date returns all exports up to that date.
- Use both start_date and end_date to filter by a date range.
- Date filtering works in combination with studioId or projectId.
- If no parameter is provided, the response will include exports from all studios in the account.
pagepage you are viewingnext_page_urltotal_itemstotal_pagesdatalist of exports objects
pagepage that you want to receive (optional, defaults to page 0)
200 OKExports retrieval successful.401 UnauthorizedAuthentication failed.