Skip to main content
GET
/
api
/
files
/
v1
/
filesets
/
{filesetId}
/
path
Get File by Path
curl --request GET \
  --url https://example.com/v1/api/files/v1/filesets/{filesetId}/path \
  --header 'X-DOMO-Developer-Token: <api-key>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "path": "<string>",
  "name": "<string>",
  "fileType": "<string>",
  "contentType": "<string>",
  "size": 123,
  "created": "2023-11-07T05:31:56Z",
  "createdBy": 123,
  "hash": "<string>",
  "hashAlgorithm": "<string>",
  "downloadUrl": "<string>",
  "connectorKey": "<string>",
  "indexStatus": "<string>",
  "indexReason": "<string>"
}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication.

Path Parameters

filesetId
string<uuid>
required

Query Parameters

path
string
required

The path to the File within the FileSet.

Response

Full file metadata.

Full metadata for a file.

id
string<uuid>
path
string
name
string
fileType
string
contentType
string
size
integer<int64>
created
string<date-time>
createdBy
integer
hash
string
hashAlgorithm
string
downloadUrl
string<url> | null
connectorKey
string | null
indexStatus
string | null
indexReason
string | null