cURL
curl --request GET \ --url https://example.com/v1/api/files/v1/filesets/{filesetId} \ --header 'X-DOMO-Developer-Token: <api-key>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "description": "<string>", "created": "2023-11-07T05:31:56Z", "createdBy": 123, "aiEnabled": true, "indexStatus": "<string>", "batchType": "<string>", "connector": "<string>", "updated": "2023-11-07T05:31:56Z", "updatedBy": 123, "owner": "<string>", "accountId": 123, "connectorContext": { "connector": "<string>", "relativePath": "<string>" }, "permission": "<string>", "size": 123, "fileCount": 123 }
Retrieves metadata for a specific FileSet.
Domo Developer Token for authentication.
The FileSet metadata.
Detailed metadata for a FileSet.
Show child attributes