Skip to main content
GET
/
api
/
data
/
v1
/
data-files
/
{fileId}
/
revision
/
{revisionId}
Download a File Revision
curl --request GET \
  --url https://{instance}.domo.com/api/data/v1/data-files/{fileId}/revision/{revisionId} \
  --header 'X-DOMO-Developer-Token: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://domoinc-jkreitzman-patch-1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication (Assumed based on similar APIs).

Path Parameters

fileId
integer
required

The id of the file.

revisionId
integer
required

The id of the revision you wish to download.

Query Parameters

filename
string

The desired name for the downloaded file.

Response

The file content.

The response is of type file.