AurionAI Docs

List Exports

GET
/api/v1/tenant/exports

Authorization

AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://loading/api/v1/tenant/exports"
{
  "exports": [
    {
      "created_at": "2019-08-24T14:15:22Z",
      "error": "string",
      "expires_at": "2019-08-24T14:15:22Z",
      "id": "string",
      "progress_pct": 0,
      "ready_at": "2019-08-24T14:15:22Z",
      "record_counts": {},
      "requested_by_email": "string",
      "status": "string"
    }
  ]
}