- Integrations
- /
- Datadog
- /
- Actions
- /
- List Datadog Monitors
ActionDatadogUpdated May 2026
How do I list Datadog monitors?
Short answer: Drop the "Datadog → List Datadog Monitors" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Name Filter name | string | Optional | Name Filter. Example: API latency |
Tags Filter tags | string | Optional | Tags Filter. Example: env:production |
Sample request
{"name": "e.g. API latency","tags": "e.g. env:production"}
Returns
[{"id": 123,"name": "API Latency > 500ms","tags": ["env:production"],"type": "metric alert","overall_state": "OK"}]
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Datadog Monitors.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Datadog Monitors.
What does the List Datadog Monitors action do in Datadog?
Returns every monitor in the org with status and filter tags. Useful for "what's firing right now" dashboards or "audit monitors that haven't alerted in 6 months for cleanup" maintenance workflows.
What inputs does List Datadog Monitors require?
List Datadog Monitors has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Datadog returns an error?
The workflow pauses on the failed node, the error message is captured in the run log, and you can retry the run with one click. Auto-retry policies are configurable per workflow with exponential backoff up to 5 attempts.
Does List Datadog Monitors support batch operations?
Yes. Run List Datadog Monitors inside a Loop node to process arrays. Tiny Command handles Datadog's rate limits automatically so you don't have to throttle manually.
More actions
Other Datadog actions.
Action
Create Datadog Monitor
Programmatically defines an alerting monitor with query, thresholds, and notification list. Useful for infrastructure-as-workflow patterns where new services auto-provision their monitoring.
ActionPost Datadog Event
Pushes a discrete event into Datadog's timeline — vertical line annotations on dashboards. The standard "mark when this deploy went live" workflow that helps engineers correlate metric changes with deploy timestamps.
ActionQuery Datadog Metrics
Runs a Datadog query (aggregator:metric{tags}) over a time range and returns the time-series. Useful for "send the daily KPI metric to Slack" or "alert when error rate doubles" custom workflows.
Send list datadog monitors from your workflows.
Triggered by anything in the catalog. Free tier available. No credit card.