1Password · Arazzo Workflow
1Password Stream Audit Events
Version 1.0.0
Validate the Events token, open an audit event feed from a start time, then page with the cursor.
Provider
Workflows
stream-audit-events
Open an audit event feed from a start time and continue paging with the cursor.
Confirms the Events token is valid, opens the audit event feed from the supplied start time, and then fetches the next page of audit events using the cursor returned by the first request.
1
introspectToken
introspectToken
Introspect the bearer token to confirm it is valid and carries the features required to read audit events.
2
openFeed
listAuditEventsV2
Open the audit event feed using a ResetCursor start time to retrieve the first page of audit events.
3
nextPage
listAuditEventsV2
Fetch the next page of audit events by submitting the cursor returned by the previous response.