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).
401Invalid authentication credentials
406Invalid Accept header
429Too many requests, please try again later
