---
title: "Get commitments coverage (timeseries)"
method: GET
path: "/api/v2/cost/commitments/coverage/timeseries"
tags: ["Cloud Cost Management"]
---

# Get commitments coverage (timeseries)

`GET /api/v2/cost/commitments/coverage/timeseries`

Get timeseries coverage metrics for cloud commitment programs, broken down by coverage type (Reserved Instances, Savings Plans, On-Demand, and Spot) for both hours and cost.

## Query parameters

- `provider` 'aws' | 'azure', required — Cloud provider for commitment programs.
- `product` string, required
- `start` integer, required
- `end` integer, required
- `filterBy` string

## Response `200`

OK

- CommitmentsCoverageTimeseriesResponse — Response containing timeseries coverage metrics for cloud commitment programs.
  - `cost` CommitmentsTimeseriesMetric, required — A timeseries metric containing timestamps, series values, and optional unit metadata.
    - `series` CommitmentsTimeseriesSeries, required — Timeseries data as a map of series names to their corresponding value arrays.
    - `times` integer[], required — Unix timestamps in seconds for the timeseries data points.
    - `unit` CommitmentsUnit — Unit metadata for a numeric metric.
      - `family` string, required — The unit family (for example, percentage or money).
      - `id` integer, required — The unit identifier.
      - `name` string, required — The unit name (for example, percent or dollar).
      - `plural` string, required — The plural form of the unit name.
      - `scale_factor` number, double, required — The scale factor for the unit.
      - `short_name` string, required — The abbreviated unit name (for example, % or $).
  - `hours` CommitmentsTimeseriesMetric, required — A timeseries metric containing timestamps, series values, and optional unit metadata.
    - `series` CommitmentsTimeseriesSeries, required — Timeseries data as a map of series names to their corresponding value arrays.
    - `times` integer[], required — Unix timestamps in seconds for the timeseries data points.
    - `unit` CommitmentsUnit — Unit metadata for a numeric metric.
      - `family` string, required — The unit family (for example, percentage or money).
      - `id` integer, required — The unit identifier.
      - `name` string, required — The unit name (for example, percent or dollar).
      - `plural` string, required — The plural form of the unit name.
      - `scale_factor` number, double, required — The scale factor for the unit.
      - `short_name` string, required — The abbreviated unit name (for example, % or $).

## Other responses

- `400` — Bad Request
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v2.md) · [All operations](https://skmtc.net/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
