← Back to all apps

Datadog

Developer toolsby OpenAI

Connector exposing common Datadog REST API endpoints useful in on-call workflows

5ChatGPT Tools
OpenAIDeveloper
Developer toolsCategory

Available Tools

Get Slo Status

get_slo_status
Full Description

Retrieve SLO status by name search or direct ID lookup.

Parameters (0 required, 3 optional)
Optional
slo_idstring
Default: null
slo_namestring
Default: null
timeframestring
Default: null

Query Metrics

query_metrics
Full Description

Query Datadog metrics over a window using metric query language.

Parameters (3 required)
Required
from_timestring

The start time of the metric query in ISO-8601 format

metric_querystring
to_timestring

The end time of the metric query in ISO-8601 format. Leave null for now

Retrieve Events

retrieve_events
Full Description

Fetch Datadog events within a time window. Optionally filter by query string and priority ("low" or "normal").

Parameters (2 required, 2 optional)
Required
from_timeinteger
to_timeinteger
Optional
prioritystring
Default: null
querystring
Default: null

Schedule Downtime

schedule_downtime
Full Description

Schedule a Datadog downtime over a tag scope or for a specific monitor.

Parameters (2 required, 3 optional)
Required
end_timeinteger
start_timeinteger
Optional
messagestring
Default: null
monitor_idinteger
Default: null
scope_tagsarray
Default: null

Search Logs

search_logs
Full Description

Search logs over a time range using Datadog log search syntax.

Parameters (2 required, 4 optional)
Required
from_timestring

The start time of the log search in ISO-8601 format

querystring

Log search query in datadog syntax.

Optional
cursorstring

The cursor to use for pagination

Default: null
limitinteger

The number of logs to return. Default is 1000

Default: null
storage_tier

The storage tier to use for the logs. Default is 'flex'

Default: null
to_timestring

The end time of the log search in ISO-8601 format. Leave null for now

Default: null

Search Monitors

search_monitors
Full Description

Search monitors using the monitor search endpoint, or list monitors filtered by tags/status.

Parameters (0 required, 3 optional)
Optional
monitor_tagsstring
Default: null
querystring
Default: null
statusstring
Default: null