cURL
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>" }
Retrieves a File’s metadata using its path.
Domo Developer Token for authentication.
The path to the File within the FileSet.
Full file metadata.
Full metadata for a file.