v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBFiles
Download a file asset
Downloads the raw content of a file asset. The response body contains the file content in its original format (CSV, PSV, or JSON). Use the limit and offset parameters to paginate large files. Returns a 404 if the file asset has expired.
get/v6/files/{fileId}/download
Path parameters
fileIdstring required
File asset ID.
Query parameters
limitstring
Maximum number of rows to return.
offsetstring
Number of rows to skip before returning results.
Response
File content stream. The Content-Type reflects the file format.