get
https://{hub}.vena.io/api/public/v1/exports//status
Beta. Returns the current build status of a Vena Table snapshot export as a JSON string (for example "RUNNING" or "COMPLETED").
Poll this endpoint after POST /exports until the status is COMPLETED or ERROR before fetching data. Typical polling interval: 2–5 seconds.
Internal ETL NOT_STARTED is never exposed — it is normalized to SUBMITTED.
| Status | Meaning |
|---|---|
SUBMITTED | Job received, waiting to enter the queue |
QUEUED | Job is in the processing queue |
RUNNING | Snapshot is being built |
COMPLETED | Snapshot ready — call /exports/{exportId}/data |
ERROR | Build failed — do not fetch data; submit a new export |
EXPIRED | Snapshot TTL elapsed (24 h) — create a new export |
401Invalid authentication credentials
429Too many requests, please try again later
