---
title: "Get cost AWS CUR config"
method: GET
path: "/api/v2/cost/aws_cur_config/{cloud_account_id}"
tags: ["Cloud Cost Management"]
---

# Get cost AWS CUR config

`GET /api/v2/cost/aws_cur_config/{cloud_account_id}`

Get a specific AWS CUR config.

## Path parameters

- `cloud_account_id` integer, required

## Response `200`

OK

- AwsCurConfigResponse — The definition of `AwsCurConfigResponse` object.
  - `data` AwsCurConfigResponseData — The definition of `AwsCurConfigResponseData` object.
    - `attributes` AwsCurConfigResponseDataAttributes — The definition of `AwsCurConfigResponseDataAttributes` object.
      - `account_filters` AwsCurConfigResponseDataAttributesAccountFilters — The definition of `AwsCurConfigResponseDataAttributesAccountFilters` object.
        - `excluded_accounts` string[] — The `account_filters` `excluded_accounts`.
        - `include_new_accounts` boolean, nullable — The `account_filters` `include_new_accounts`.
        - `included_accounts` string[] — The `account_filters` `included_accounts`.
      - `account_id` string — The `attributes` `account_id`.
      - `bucket_name` string — The `attributes` `bucket_name`.
      - `bucket_region` string — The `attributes` `bucket_region`.
      - `created_at` string — The `attributes` `created_at`.
      - `error_messages` string[], nullable — The `attributes` `error_messages`.
      - `months` integer — The `attributes` `months`.
      - `report_name` string — The `attributes` `report_name`.
      - `report_prefix` string — The `attributes` `report_prefix`.
      - `status` string — The `attributes` `status`.
      - `status_updated_at` string — The `attributes` `status_updated_at`.
      - `updated_at` string — The `attributes` `updated_at`.
    - `id` string — The `AwsCurConfigResponseData` `id`.
    - `type` 'aws_cur_config', required — AWS CUR config resource type.

## Other responses

- `429` — Too many requests

---

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