Skip to main content
GET
/
api
/
files
/
v1
/
filesets
/
{fileSetId}
/
files
/
{fileId}
/
content
Get File Content by ID
curl --request GET \
  --url https://{subdomain}.domo.com/api/files/v1/filesets/{fileSetId}/files/{fileId}/content \
  --header 'X-DOMO-Developer-Token: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://domoinc-openapi-sync-documents.mintlify.app/llms.txt

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

Authorizations

X-DOMO-Developer-Token
string
header
required

Path Parameters

fileSetId
string
required

The ID of the FileSet containing the File.

fileId
string
required

The ID of the File to retrieve.

Query Parameters

token
string
required

The download token for authorization.

Response

File content retrieved successfully