> ## 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 Monitors

Get details about the specified monitor from your organization.

<Note>
  External Documentation

  To learn more, visit the [Datadog documentation](https://docs.datadoghq.com/api/latest/monitors/#get-a-monitors-details).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                          |
  | --------- | ------------------------------------ |
  | Name      | A string to filter monitors by name. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                              |
  | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------- |
  | Group States | When specified, shows additional information about the group states.<br />Choose one or more from `all`, `alert`, `warn`, and `no data`. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": 145820741,
		"org_id": 225105,
		"type": "<string>",
		"name": "<string>",
		"message": "<string>",
		"tags": [
			"<string>",
			"<string>"
		],
		"query": "<string>",
		"options": {
			"notification_preset_name": "<string>",
			"on_missing_data": "<string>",
			"notify_audit": false,
			"new_host_delay": 190,
			"include_tags": true,
			"silenced": {}
		},
		"multi": false,
		"created_at": 2767540764443,
		"created": "<string>",
		"modified": "<string>",
		"deleted": null,
		"priority": 1,
		"restricted_roles": null,
		"overall_state_modified": "<string>",
		"overall_state": "<string>",
		"creator": {
			"name": "<string>",
			"email": "<string>",
			"handle": "<string>",
			"id": 7897795
		},
		"matching_downtimes": []
	},
	{
		"id": 136738180,
		"org_id": 187634,
		"type": "<string>",
		"name": "<string>",
		"message": "<string>",
		"tags": [
			"<string>",
			"<string>"
		],
		"query": "<string>",
		"options": {
			"notification_preset_name": "<string>",
			"on_missing_data": "<string>",
			"notify_audit": false,
			"new_host_delay": 46,
			"include_tags": true,
			"silenced": {}
		},
		"multi": false,
		"created_at": 1531388961462,
		"created": "<string>",
		"modified": "<string>",
		"deleted": null,
		"priority": 1,
		"restricted_roles": null,
		"overall_state_modified": "<string>",
		"overall_state": "<string>",
		"creator": {
			"name": "<string>",
			"email": "<string>",
			"handle": "<string>",
			"id": 7655209
		},
		"matching_downtimes": []
	}
]
```

## Workflow Library Example

[List Monitors with Datadog and Send Results Via Email](https://library.blinkops.com/workflows/list-monitors-with-datadog-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-monitors-with-datadog-and-send-results-via-email/canvas" />
</div>
