Merge · Arazzo Workflow
Merge File Storage Browse and Download a File
Version 1.0.0
List files in a linked file storage account, read the first file's metadata, and download its contents.
Provider
Workflows
browse-and-download
List files, read one file's metadata, and download its contents.
Lists files on a linked account, retrieves the first file's metadata, and downloads that file.
1
listFiles
{$sourceDescriptions.subpackageFilesApi.url}#/paths/~1filestorage~1v1~1files/get
List files on the linked account, optionally scoped to a folder.
2
getFile
{$sourceDescriptions.subpackageFilesApi.url}#/paths/~1filestorage~1v1~1files~1{id}/get
Retrieve the metadata for the first file returned by the listing.
3
downloadFile
{$sourceDescriptions.subpackageFilesApi.url}#/paths/~1filestorage~1v1~1files~1{id}~1download/get
Download the binary contents of the resolved file.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.