API referenceExports
`GET /org-exports` — list all data exports for the org.
curl -X GET "https://example.com/org-exports"{ "data": [ { "created_at": "string", "destination": null, "error_message": "string", "export_type": null, "id": "string", "org_id": "string", "status": "string", "updated_at": "string" } ], "page": 0, "page_size": 0, "total": 0, "total_pages": 0}