Skip to main content
HTTP Method: GET URL: /api/v3/exports Authentication: Requires API Key in the request header. Query Parameters:
  • Providing only start_date returns all recordings from that date forward
  • Providing only end_date returns all recordings up to that date
  • Use both to filter by a specific date range
  • Date filtering can be combined with studioId or projectId
  • If no filter is provided, returns exports from all studios in the account
Response: Paginated list of export objects Rate limit: Once every 1 second. Sorting: Lists objects in order of “newest created first” Pagination: Default page size is 20 exports Status Codes:
  • 200 OK Exports retrieval successful.
  • 401 Unauthorized Authentication failed.
  • 429 Too Many Requests Rate limit exceeded.

Sample Request

Sample Request with date range

Sample Response