Skip to main content
GET
Returns the raw, unprocessed data associated with a data entry. You must specify how you want the data returned using the return_as parameter.
string
required
The UUID of the data entry
string
required
How to return the data: bytes (raw binary), url-download (pre-signed download URL), or url-embed (pre-signed embeddable URL)

Response

When return_as is url-download or url-embed:
string
Pre-signed URL for accessing the raw data file
string
Original filename
string
File format/extension
When return_as is bytes, the response body contains the raw file binary data.