Vigilfield Docs
API referenceExports

`GET /exports/{id}` — fetch an export's status. Polled by the UI until `status ∈ {completed, failed, cancelled}`.

GET/exports/{id}

Path Parameters

id*string

Export id

Response Body

application/json

curl -X GET "https://example.com/exports/string"
{  "created_at": "string",  "delivery_method": "string",  "destination": null,  "download_url": "string",  "error_message": "string",  "filter_expression": "string",  "format": "string",  "id": "string",  "org_id": "string",  "progress": 0,  "status": "string",  "table_id": "string",  "updated_at": "string"}