External DocumentationTo learn more, visit the Datadog documentation.
Actions
Query Metrics
Query timeseries points.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| From | Start of the queried time period, seconds since the Unix epoch. |
| Query | Query string. Must end with {*}. |
| To | End of the queried time period, seconds since the Unix epoch. |
{
"status": "<string>",
"res_type": "<string>",
"resp_version": 2,
"query": "<string>",
"from_date": 1767113205434,
"to_date": 951862278989,
"series": [
{
"unit": null,
"query_index": 1,
"aggr": "<string>",
"metric": "<string>",
"tag_set": [],
"expression": "<string>",
"scope": "<string>",
"interval": 3,
"length": 2,
"start": 238483702656,
"end": 1922461837710,
"pointlist": [
[
2978962963825,
2358188
]
],
"display_name": "<string>",
"attributes": {}
}
],
"values": [],
"times": [],
"message": "<string>",
"group_by": []
}
Was this page helpful?