Get Vena Table Export 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.

StatusMeaning
SUBMITTEDJob received, waiting to enter the queue
QUEUEDJob is in the processing queue
RUNNINGSnapshot is being built
COMPLETEDSnapshot ready — call /exports/{exportId}/data
ERRORBuild failed — do not fetch data; submit a new export
EXPIREDSnapshot TTL elapsed (24 h) — create a new export
Path Params
string
required

Export job ID returned from POST /exports

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Invalid authentication credentials

429

Too many requests, please try again later

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Choose an example:
application/json
text/plain