1Password · Arazzo Workflow
1Password Stream Item Usages
Version 1.0.0
Open an item usage feed from a start time, then continue paging with the cursor while more remain.
Provider
Workflows
stream-item-usages
Open an item usage feed from a start time and page with the cursor while more remain.
Opens the item usage feed from the supplied start time, then fetches the next page using the returned cursor and branches on the has_more flag to keep paging or finish.
1
openFeed
listItemUsagesV2
Open the item usage feed using a ResetCursor start time to retrieve the first page of item usage events.
2
nextPage
listItemUsagesV2
Fetch the next page of item usage events using the cursor from the previous response, looping again while the response reports more events are available.