v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
alerting

Get information about rules

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/rules/_find</span></div>

Refer to Spaces for more information.

get/api/alerting/rules/_find

Query parameters

per_pagenumber

The number of rules to return per page.

pagenumber

The page number to return.

searchstring

An Elasticsearch simple_query_string query that filters the objects in the response.

default_search_operator'OR' | 'AND'

The default operator to use for the simple_query_string.

search_fieldsstring[]

The fields to perform the simple_query_string parsed query against.

sort_fieldstring

Determines which field is used to sort the results. The field must exist in the attributes key of the response.

sort_order'asc' | 'desc'

Determines the sort order.

idstring required
typestring required

Filters the rules that have a relation with the reference objects with a specific type and identifier.

fieldsstring[]

The fields to return in the attributes key of the response.

filterstring

A KQL string that you filter with an attribute from your saved object. It should look like savedObjectType.attributes.title: "myTitle". However, if you used a direct attribute of a saved object, such as updatedAt, you must define your filter, for example, savedObjectType.updatedAt > 2018-12-22.

filter_consumersstring[]

Filters the returned rules by the consumer (Kibana application) that owns them, for example: siem, apm, infrastructure.

Response

Indicates a successful call.

pagenumber required
per_pagenumber required
totalnumber required