Get Zap Runs
This endpoint returns runs for the specified Zaps and provides basic yet essential details about their execution. As the initial version, it serves foundational information, with plans for continuous enhancement to expand its capabilities and improve data output over time.
OAuth
This endpoint requires the zap:runs
OAuth scope.
Authorizations
See our OAuth2 authentication documentation
Query Parameters
Filter Zap runs that occurred on or after this date. If not provided, the results default to Zap runs from the last 30 days.
Used for paginating results. Specifies the maximum number of items to return per page. If this value is not set, it defaults to 10.
Used for paginating results. Specifies the offset to use.
Performs a text search against the zap_title, data_in, and data_out fields, returning only zap runs that match the specified keywords.
Accepts one or more status values separated by comma, enabling the filtering of zap runs based on the specified status or statuses provided.
delayed
, scheduled
, pending
, error
, error_handled
, halted
, throttled
, held
, filtered
, skipped
, success
Filter Zap runs that occurred before this date.
Find Zap runs for the specified Zap ID.