GET
/
v2
/
zap-runs

Authorizations

Authorization
string
header
required

See our OAuth2 authentication documentation

Query Parameters

from_date
string

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

limit
integer

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

offset
integer

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.

statuses
enum<string>[]

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

Available options:
delayed,
scheduled,
pending,
error,
error_handled,
halted,
throttled,
held,
filtered,
skipped,
success
to_date
string

Filter Zap runs that occurred before this date.

zap_id
integer

Find Zap runs for the specified Zap ID.

Response

200 - application/json

The links object returned in paginated response bodies.

meta
object
required

The meta object returned in paginated response bodies.

data
object[]