---
title: "List Cloud Cost Management AWS CUR configs"
method: GET
path: "/api/v2/cost/aws_cur_config"
tags: ["Cloud Cost Management"]
---

# List Cloud Cost Management AWS CUR configs

`GET /api/v2/cost/aws_cur_config`

List the AWS CUR configs.

## Response `200`

OK

- AwsCURConfigsResponse — List of AWS CUR configs.
  - `data` AwsCURConfig[], required — An AWS CUR config.
    - `attributes` AwsCURConfigAttributes, required — Attributes for An AWS CUR config.
      - `account_filters` AccountFilteringConfig — The account filtering configuration.
        - `excluded_accounts` string[] — The AWS account IDs to be excluded from your billing dataset. This field is used when `include_new_accounts` is `true`.
        - `include_new_accounts` boolean, nullable — Whether or not to automatically include new member accounts by default in your billing dataset.
        - `included_accounts` string[] — The AWS account IDs to be included in your billing dataset. This field is used when `include_new_accounts` is `false`.
      - `account_id` string, required — The AWS account ID.
      - `bucket_name` string, required — The AWS bucket name used to store the Cost and Usage Report.
      - `bucket_region` string, required — The region the bucket is located in.
      - `created_at` string — The timestamp when the AWS CUR config was created.
      - `error_messages` string[], nullable — The error messages for the AWS CUR config.
      - `months` integer — The number of months the report has been backfilled.
      - `report_name` string, required — The name of the Cost and Usage Report.
      - `report_prefix` string, required — The report prefix used for the Cost and Usage Report.
      - `status` string, required — The status of the AWS CUR.
      - `status_updated_at` string — The timestamp when the AWS CUR config status was updated.
      - `updated_at` string — The timestamp when the AWS CUR config status was updated.
    - `id` string — The ID of the AWS CUR config.
    - `type` 'aws_cur_config', required — Type of AWS CUR config.

## 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)
