List action policy executions
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <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.
Query parameters
Page number (1-indexed). Defaults to 1.
Number of events per page. Defaults to 20. Pass 0 for a count-only read.
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 filter. Narrows events to those referencing at least one of the provided episode ids.
Free-text search. Matches policy name, rule name, policy/rule ID (case-insensitive).
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.
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.