Skip to main content
Query timeseries points.
External DocumentationTo learn more, visit the Datadog documentation.

Parameters

ParameterDescription
FromStart of the queried time period, seconds since the Unix epoch.
QueryQuery string. Must end with {*}.
ToEnd of the queried time period, seconds since the Unix epoch.

Example Output

{
	"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": []
}

Workflow Library Example

Query Metrics with Datadog and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I