---
title: "List Confluent Account resources"
method: GET
path: "/api/v2/integrations/confluent-cloud/accounts/{account_id}/resources"
tags: ["Confluent Cloud"]
---

# List Confluent Account resources

`GET /api/v2/integrations/confluent-cloud/accounts/{account_id}/resources`

Get a Confluent resource for the account associated with the provided ID.

## Path parameters

- `account_id` string, required

## Response `200`

OK

- ConfluentResourcesResponse — Response schema when interacting with a list of Confluent resources.
  - `data` ConfluentResourceResponseData[] — The JSON:API data attribute.
    - `attributes` ConfluentResourceResponseAttributes, required — Model representation of a Confluent Cloud resource.
      - `enable_custom_metrics` boolean — Enable the `custom.consumer_lag_offset` metric, which contains extra metric tags.
      - `id` string — The ID associated with the Confluent resource.
      - `resource_type` string, required — The resource type of the Resource. Can be `kafka`, `connector`, `ksql`, or `schema_registry`.
      - `tags` string[] — A list of strings representing tags. Can be a single key, or key-value pairs separated by a colon.
    - `id` string, required — The ID associated with the Confluent resource.
    - `type` 'confluent-cloud-resources', required — The JSON:API type for this request.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `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)
