> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Alert Muting Rules

Retrieves muting rules based on the query you specify in the query parameter.

<Note>
  External Documentation

  To learn more, visit the [Splunk Observability documentation](https://dev.splunk.com/observability/reference/api/incidents/latest#endpoint-retrieve-muting-rules-using-query).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                           |
  | --------- | ----------------------------------------------------------------------------------------------------- |
  | Include   | Specifies the type of muting rules you want to retrieve.                                              |
  | Order By  | The metadata property on which the API should sort the results. For example: `order_by=-sf_timestamp` |
  | Query     | Query that specifies the muting rules you want to retrieve.                                           |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                 |
  | --------- | ------------------------------------------------------------------------------------------- |
  | Limit     | The number of results to return from the result set.                                        |
  | Offset    | The result object in the result set at which the API should start returning results to you. |
</div>

## Example Output

```json theme={"dark"}
{
	"count": 0,
	"results": [
		{
			"created": 1556825430000,
			"creator": "AAXYAAAAAZ3",
			"description": "string",
			"filters": [
				{
					"NOT": false,
					"property": "aws_availability_zone",
					"propertyValue": "us-east-1a"
				},
				{
					"NOT": true,
					"property": "cpu.utilization",
					"propertyValue": 10.7
				},
				{
					"NOT": false,
					"property": "aws_availability_zone",
					"propertyValue": [
						"us-east-2a",
						"us-west-1a",
						"emea-west-2a"
					]
				}
			],
			"id": "string",
			"lastUpdated": 1557689430000,
			"lastUpdatedBy": "string",
			"linkedTeams": [
				"AbcdEf1ABCD",
				"FO1Vq3ABXYZ"
			],
			"sendAlertsOnceMutingPeriodHasEnded": true,
			"startTime": 0,
			"stopTime": 0
		}
	]
}
```

## Workflow Library Example

[List Alert Muting Rules with Splunk Observability and Send Results Via Email](https://library.blinkops.com/workflows/list-alert-muting-rules-with-splunk-observability-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-alert-muting-rules-with-splunk-observability-and-send-results-via-email/canvas" />
</div>
