Vigilfield Docs
API referenceExports

`GET /org-exports/{id}` — fetch a single export.

GET/org-exports/{id}

Path Parameters

id*string

Export id

Response Body

application/json

curl -X GET "https://example.com/org-exports/string"
{  "created_at": "string",  "destination": null,  "error_message": "string",  "export_type": null,  "id": "string",  "org_id": "string",  "status": "string",  "updated_at": "string"}