cURL
curl --request GET \ --url https://example.com/v1/api/files/v1/filesets/{filesetId}/files/{fileId}/download \ --header 'X-DOMO-Developer-Token: <api-key>'
"<string>"
Downloads the binary content of a File.
Domo Developer Token for authentication.
The file contents (binary/text stream).
The response is of type file.
file