ALERTS_V1

Get Runs

Paginated execution history for a rule, optionally filtered by status and an executed_at date range (powers the history page's date filter).

get/api/v1/alerts/rules/{rule_id}/runs

Path parameters

rule_idinteger required

Query parameters

pageinteger
sizeinteger
statusstring nullable
startstring date-time nullable

Only runs executed at/after this time (ISO-8601)

Only runs executed at/after this time (ISO-8601)

endstring date-time nullable

Only runs executed before this time (ISO-8601)

Only runs executed before this time (ISO-8601)

Response

Successful Response

totalinteger required
pageinteger required
sizeinteger required

Changes

Changed in 1 of the 28 revisions of this API.3

    • added the new optional query request parameter end

      new-optional-request-parameter

    • added the new optional query request parameter start

      new-optional-request-parameter

    • added the required property items/items/destinations to the response with the 200 status

      response-required-property-added

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog