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

# Get Monitor

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>

## Parameters

<div className="integrations-table">
  | Parameter  | Description            |
  | ---------- | ---------------------- |
  | Monitor ID | The ID of the monitor. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": 41704129,
	"org_id": 1131740,
	"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": 107,
		"include_tags": true,
		"synthetics_check_id": "<string>",
		"silenced": {}
	},
	"multi": false,
	"created_at": 988354741067,
	"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": 4635426
	}
}
```

## Workflow Library Example

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