---
title: "List Cloud Cost Management Azure configs"
method: GET
path: "/api/v2/cost/azure_uc_config"
tags: ["Cloud Cost Management"]
---

# List Cloud Cost Management Azure configs

`GET /api/v2/cost/azure_uc_config`

List the Azure configs.

## Response `200`

OK

- AzureUCConfigsResponse — List of Azure accounts with configs.
  - `data` AzureUCConfigPair[], required — An Azure config pair.
    - `attributes` AzureUCConfigPairAttributes, required — Attributes for Azure config pair.
      - `configs` AzureUCConfig[], required — An Azure config.
        - `account_id` string, required — The tenant ID of the Azure account.
        - `client_id` string, required — The client ID of the Azure account.
        - `created_at` string — The timestamp when the Azure config was created.
        - `dataset_type` string, required — The dataset type of the Azure config.
        - `error_messages` string[], nullable — The error messages for the Azure config.
        - `export_name` string, required — The name of the configured Azure Export.
        - `export_path` string, required — The path where the Azure Export is saved.
        - `id` string — The ID of the Azure config.
        - `months` integer — The number of months the report has been backfilled.
        - `scope` string, required — The scope of your observed subscription.
        - `status` string, required — The status of the Azure config.
        - `status_updated_at` string — The timestamp when the Azure config status was last updated.
        - `storage_account` string, required — The name of the storage account where the Azure Export is saved.
        - `storage_container` string, required — The name of the storage container where the Azure Export is saved.
        - `updated_at` string — The timestamp when the Azure config was last updated.
      - `id` string — The ID of the Azure config pair.
    - `id` string — The ID of Cloud Cost Management account.
    - `type` 'azure_uc_configs', required — Type of Azure config pair.

## Other responses

- `403` — Forbidden
- `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)
