List Confluent Account resources

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

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

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"attributes":{"resource_type":"kafka","enable_custom_metrics":false,"id":"resource_id_abc123","tags":["myTag","myTag2:myValue"]},"type":"confluent-cloud-resources","id":"resource_id_abc123"},{"attributes":{"resource_type":"kafka","enable_custom_metrics":false,"id":"resource_id_abc123","tags":["myTag","myTag2:myValue"]},"type":"confluent-cloud-resources","id":"resource_id_abc123"}]}