Skip to main content
GET
List rule runs

Authorizations

X-Api-Key
string
header
required

API key for authentication. Generate one from your account settings.

Query Parameters

page
integer

Page number (default: 1)

per_page
integer

Items per page (default: 25, max: 100)

rule_id
string<uuid>

Filter by rule ID

status
enum<string>

Filter by run status

Available options:
pending,
success,
failed
execution_type
enum<string>

Filter by execution type

Available options:
manual,
scheduled
start_executed_at
string<date-time>

Filter runs executed at or after this timestamp

end_executed_at
string<date-time>

Filter runs executed at or before this timestamp

Response

rule runs listed

data
object[]
required
meta
object
required