Download one parquet bulk file, streamed through the gateway
GET/se/companies/bulk/:dataset/download
The same file as /se/companies/bulk/{dataset}, but the bytes come THROUGH the gateway instead of a redirect to storage. Use this from anywhere that is not on our storage allowlist — a CI runner, a cloud function, a laptop on hotel wifi — where the signed URL from the 302 variant fails with AuthorizationFailure. Responds with the parquet body directly; Content-Length is set, X-Snapshot-Date and X-Row-Count carry the manifest values. Files run from 40 MB (employees) to ~430 MB (accounts): stream to disk, do not buffer.
Request
Responses
- 200
Default Response