List all detection rules
Spaces method and path for this operation:
<div><span class="operation-verb get">get</span> <span class="operation-path">/s/{space_id}/api/detection_engine/rules/_find</span></div>Refer to Spaces for more information.
Retrieve a paginated list of detection rules. By default, the first page is returned, with 20 results per page.
Query parameters
List of alert.attributes field names to return for each rule (for example name, enabled). If omitted, the default field set is returned. Repeat the parameter to pass multiple field names, or use comma-separated values when supported by your client.
Search query
Filters the returned results according to the value of the specified field, using the alert.attributes.<field name>:<field value> syntax, where <field name> can be:
- name
- enabled
- tags
- createdBy
- interval
- updatedBy
info Even though the JSON rule object uses created_by and updated_by fields, you must use createdBy and updatedBy fields in the filter.
Field to sort by
Sort order
Page number
Rules per page
Gaps range start
Gaps range end
Gap fill statuses
Gap auto fill scheduler ID used to determine gap fill status for rules
Response
Successful response
info These fields are under development and their usage or schema may change: execution_summary.