Gå til hovedinnhold
Beta! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.

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

Default Response

Beta! This documentation is automatically generated. Information may be incomplete or contain errors, especially screenshots and code samples. We'd love your feedback: use the "Did you find what you were looking for?" widget below, the chat in the bottom right, or email support@placepoint.no - we'll get back to you as soon as we can.