Get information about rules
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/alerting/rules/_find</span></div>Refer to Spaces for more information.
Query parameters
The number of rules to return per page.
The page number to return.
An Elasticsearch simple_query_string query that filters the objects in the response.
The default operator to use for the simple_query_string.
The fields to perform the simple_query_string parsed query against.
Determines which field is used to sort the results. The field must exist in the attributes key of the response.
Determines the sort order.
Filters the rules that have a relation with the reference objects with a specific type and identifier.
The fields to return in the attributes key of the response.
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.
Filters the returned rules by the consumer (Kibana application) that owns them, for example: siem, apm, infrastructure.
Response
Indicates a successful call.