download
Overview
This endpoint is used to download the output file(s) associated with a completed export. Calling download on an incomplete or failed exports will return an error.
HTTP Request
Path parameters
Parameter | |
---|---|
exportId | The unique identifier of the export, returned in the response to export.post. |
Query parameters
Parameter | |
---|---|
filePart | The zero-indexed file number for exports that contain multiple files.
The number of files in the export is known based on the |
This endpoint extends the general API structure
Authorization
Data access to all tables referenced by the query is required. If a table's data is not public, your access token must have one of the following scopes:
data.data
data.edit
Learn more about authorization.
Response body
The response body will contain the contents of the exported file.
Last updated