1Password · Arazzo Workflow
1Password Download an Item File
Version 1.0.0
Read an item, list its attached files, select one by name, and download its content.
Provider
Workflows
download-item-file
Resolve a file attached to an item by name and download its raw content.
Confirms the item, lists the files attached to it, selects the file whose name matches the supplied value, reads its metadata, and downloads the raw file content.
1
readItem
getItemById
Read the item to confirm it exists in the vault before enumerating its attached files.
2
listFiles
listFiles
List the files attached to the item so the target file can be selected.
3
getFileDetails
getFileById
Retrieve the metadata for the selected file, including its name, size, and content path.
4
downloadContent
getFileContent
Download the raw binary content of the selected file.