Skip to main content
GET
/
api
/
files
/
v1
/
filesets
/
{filesetId}
/
files
/
{fileId}
/
download
Download File by Id
curl --request GET \
  --url https://example.com/v1/api/files/v1/filesets/{filesetId}/files/{fileId}/download \
  --header 'X-DOMO-Developer-Token: <api-key>'
"<string>"

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

filesetId
string<uuid>
required
fileId
string<uuid>
required

Response

The file contents (binary/text stream).

The response is of type file.