1Password · Arazzo Workflow
1Password Read an Item Secret
Version 1.0.0
Resolve a vault, locate an item by title, and read its full field values.
Provider
Workflows
read-item-secret
Find an item by vault name and item title, then read its full secret values.
Resolves the target vault from the list of authorized vaults, searches that vault for an item whose title matches the supplied value, and reads the full item details so its field values can be consumed.
1
listVaults
listVaults
List every vault the Connect server is authorized to access so the target vault can be matched by name.
2
findItem
listItems
List the items in the resolved vault filtered to the single item whose title matches the supplied value.
3
readItem
getItemById
Retrieve the full item, including all fields, sections, and values, using the resolved vault and item identifiers.