Data Catalogue
Get Raw Data
Retrieve raw data for a specific data entry
GET
Returns the raw, unprocessed data associated with a data entry. You must specify how you want the data returned using the
When
return_as parameter.
The UUID of the data entry
How to return the data:
bytes (raw binary), url-download (pre-signed download URL), or url-embed (pre-signed embeddable URL)Response
Whenreturn_as is url-download or url-embed:
Pre-signed URL for accessing the raw data file
Original filename
File format/extension
return_as is bytes, the response body contains the raw file binary data.