v1

latestOpenAPI 3.1.02026-07-2631111195.5 KB
Experimental
Zaps

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.

When using OAuth

This endpoint requires the zap:runs OAuth scope.

get/v2/zap-runs

Query parameters

from_datestring

Filter Zap runs that occurred on or after this date. If not provided, the results default to Zap runs from the last 30 days.

limitinteger

Used for paginating results. Specifies the maximum number of items to return per page. If this value is not set, it defaults to 10.

offsetinteger

Used for paginating results. Specifies the offset to use.

searchstring

Performs a text search against the zap_title, data_in, and data_out fields, returning only zap runs that match the specified keywords.

statusesstring[]

Accepts one or more status values separated by comma, enabling the filtering of zap runs based on the specified status or statuses provided.

to_datestring

Filter Zap runs that occurred before this date.

zap_idinteger

Find Zap runs for the specified Zap ID.

Response