List ACLs
GET/kafka/v3/clusters/:cluster_id/acls
- When calling
/aclswithout theprincipalparameter, service accounts are returned in numeric ID format (e.g.,User:12345). - To retrieve service accounts in the
sa-xxxformat, use/acls?principal=UserV2:*. - The
principalparameter supports both legacyUser:format and newUserV2:format for service accounts. Return a list of ACLs that match the search criteria.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 5XX
The list of ACLs.
Indicates a bad request error. It could be caused by an unexpected request body format or other forms of request validation failure.
Indicates a client authentication error. Kafka authentication failures will contain error code 40101 in the response body.
Indicates a client authorization error. Kafka authorization failures will contain error code 40301 in the response body.
Indicates that a rate limit threshold has been reached, and the client should retry again later.
A server-side problem that might not be addressable from the client side. Retriable Kafka errors will contain error code 50003 in the response body.