v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBConfluent Cloud
Get resource from Confluent account
Get a Confluent resource with the provided resource id for the account associated with the provided account ID.
get/api/v2/integrations/confluent-cloud/accounts/{account_id}/resources/{resource_id}
Path parameters
account_idstring required
Confluent Account ID.
resource_idstring required
Confluent Account Resource ID.
Response
OK
Example response
{
"data": {
"attributes": {
"id": "resource_id_abc123",
"resource_type": "kafka",
"tags": [
"myTag",
"myTag2:myValue"
]
},
"id": "resource_id_abc123",
"type": "confluent-cloud-resources"
}
}