Skip to main content
GET
List past exports for your organization with optional pagination and status filtering. This endpoint is useful for checking the status of recent exports or re-downloading files.

Query Parameters

integer
default:"25"
Number of exports to return (1–100).
integer
default:"0"
Number of exports to skip for pagination.
string
Filter by export status. If omitted, all statuses are returned.Options: pending, processing, completed, failed

Response

data (array)

Each export object contains:

pagination


Tips

  • Use status=completed to find exports with available download URLs.
  • Download URLs are time-limited. If an export’s URLs have expired, you’ll need to run the export again.
  • See the Exporting Guide for best practices.