Get Vena Table Export Data

Beta. Returns one page of snapshot row data as JSON (default) or CSV.

Prerequisite: GET /exports/{exportId}/status must return "COMPLETED".

Pagination: Use offset / limit. In JSON responses, follow metadata.nextPage until null. The sum of metadata.recordsReturned across pages equals metadata.totalRecords.

JSON rows are positional string arrays aligned with metadata.headers. Page metadata includes headers, recordsReturned, nextPage, and totalRecords (no offset / nextOffset / expiresTime on the page — TTL is on the create response).

CSV: Accept: text/csv returns header + up to limit data rows for the current offset only (no JSON metadata in the body).

Path Params
string
required

Export job ID returned from POST /exports

Query Params
int64
≥ 0
Defaults to 0

Zero-based absolute row index in the snapshot

integer
1 to 100000
Defaults to 50000

Page size. Default 50,000 when omitted (@DefaultValue("50000")). Maximum 50,000 (standard) or 100,000 (paid Public Export API license).

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Invalid authentication credentials

406

Invalid Accept header

429

Too many requests, please try again later

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