---
title: "List Google Cloud Usage Cost configs"
method: GET
path: "/api/v2/cost/gcp_uc_config"
tags: ["Cloud Cost Management"]
---

# List Google Cloud Usage Cost configs

`GET /api/v2/cost/gcp_uc_config`

List the Google Cloud Usage Cost configs.

## Response `200`

OK

- GCPUsageCostConfigsResponse — List of Google Cloud Usage Cost configs.
  - `data` GCPUsageCostConfig[], required — A Google Cloud Usage Cost config.
    - `attributes` GCPUsageCostConfigAttributes, required — Attributes for a Google Cloud Usage Cost config.
      - `account_id` string, required — The Google Cloud account ID.
      - `bucket_name` string, required — The Google Cloud bucket name used to store the Usage Cost export.
      - `created_at` string — The timestamp when the Google Cloud Usage Cost config was created.
      - `dataset` string, required — The export dataset name used for the Google Cloud Usage Cost Report.
      - `error_messages` string[], nullable — The error messages for the Google Cloud Usage Cost config.
      - `export_prefix` string, required — The export prefix used for the Google Cloud Usage Cost Report.
      - `export_project_name` string, required — The name of the Google Cloud Usage Cost Report.
      - `months` integer — The number of months the report has been backfilled.
      - `project_id` string — The `project_id` of the Google Cloud Usage Cost report.
      - `service_account` string, required — The unique Google Cloud service account email.
      - `status` string, required — The status of the Google Cloud Usage Cost config.
      - `status_updated_at` string — The timestamp when the Google Cloud Usage Cost config status was updated.
      - `updated_at` string — The timestamp when the Google Cloud Usage Cost config status was updated.
    - `id` string — The ID of the Google Cloud Usage Cost config.
    - `type` 'gcp_uc_config', required — Type of Google Cloud Usage Cost 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)
