latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-217311,8115.6 MB

34c3066fc261

alerting-v2

List action policy executions

Spaces method and path for this operation:

<div><span class="operation-verb get">get</span>&nbsp;<span class="operation-path">/s/{space_id}/api/alerting/v2/execution_history/action_policies</span></div>

Refer to Spaces for more information.

Get a paginated list of dispatcher summary events for action policies in the current space.<br/><br/>[Required authorization] Route required privileges: read_alerting-v2-execution-history.

get/api/alerting/v2/execution_history/action_policies

Query parameters

pageinteger

Page number (1-indexed). Defaults to 1.

per_pageinteger

Number of events per page. Defaults to 20. Pass 0 for a count-only read.

start_datestring date-time

Inclusive ISO datetime lower bound on the event timestamp; overrides the default 24-hour window. Independent of episode_ids — e.g. set it to an episode’s start time to scope results to that episode’s lifetime.

episode_idsstring[]

Episode filter. Narrows events to those referencing at least one of the provided episode ids.

searchstring

Free-text search. Matches policy name, rule name, policy/rule ID (case-insensitive).

rule_idsstring[]

Explicit rule filter. Narrows events to those referencing at least one of the provided rule ids. Also unions with the search filter if both are provided.

outcomestring[]

Outcome filter. When omitted matches all outcomes. Pass one or more of "dispatched", "throttled", "dispatch_failed" to narrow.

Response

Returns a paginated list of execution history events.

pageinteger required
per_pageinteger required
total_eventsinteger required