1Password · Schema

EventRequest

The request body for fetching events. Must include either a cursor string from a previous response to continue pagination, or a ResetCursor object to start fetching from a specific time.

Password ManagerPasswordsSecuritySecrets

Properties

Name Type Description
limit integer The maximum number of event records to return per page.
cursor string A cursor from a previous response to continue fetching events from where the last request left off.
start_time string An ISO 8601 timestamp to begin fetching events from a specific time. Used to create a new cursor starting from this point.
View JSON Schema on GitHub