alerting-v2
List action policies
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/action_policies</span></div>Refer to Spaces for more information.
Get a paginated list of action policies with optional filtering and sorting.<br/><br/>[Required authorization] Route required privileges: read_alerting-v2-action-policies.
get/api/alerting/v2/action_policies
Query parameters
pagenumber
The page number to return. Defaults to 1.
per_pagenumber
The number of action policies to return per page. Defaults to 20.
searchstring
A text string to search across action policy fields.
tagsstring[]
Filter by tags. Accepts a single string or an array.
enabled'true' | 'false'
Filter by enabled status. Accepts the strings true or false.
sort_field'name' | 'created_at' | 'updated_at'
The field to sort action policies by.
sort_order'asc' | 'desc'
The sort direction.
Response
Returns a paginated list of action policies.