Aurion Docs
Api

List Exports

GET
/api/v1/tenant/exports
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/tenant/exports"
{
  "exports": [
    {
      "created_at": "string",
      "error": "string",
      "expires_at": "string",
      "id": "string",
      "ready_at": "string",
      "requested_by_email": "string",
      "status": "string"
    }
  ]
}