---
title: "List Kafka-native ACL entries"
method: GET
path: "/project/{project}/service/{service_name}/kafka/acl"
tags: ["Service:_Kafka"]
---

# List Kafka-native ACL entries

`GET /project/{project}/service/{service_name}/kafka/acl`

## Path parameters

- `project` string, required
- `service_name` string, required

## Response `200`

Response

- ServiceKafkaNativeAclListResponse — ServiceKafkaNativeAclListResponse
  - `acl` object[], required — List of Aiven ACL entries for Kafka service
    - `id` string — ID
    - `permission` 'admin' | 'read' | 'readwrite' | 'write', required — Kafka permission
    - `topic` string, required — Topic name pattern
    - `username` string, required — Username
  - `errors` object[] — List of errors occurred during request processing
    - `message` string, required — Printable error message
    - `more_info` string — URL to the documentation of the error
    - `status` integer, required — HTTP error status code
  - `kafka_acl` object[], required — List of Kafka-native ACL entries
    - `host` string, required — the host or * for all hosts
    - `id` string, required — ID
    - `operation` 'All' | 'Alter' | 'AlterConfigs' | 'ClusterAction' | 'Create' | 'CreateTokens' | 'Delete' | 'Describe' | 'DescribeConfigs' | 'DescribeTokens' | 'IdempotentWrite' | 'Read' | 'Write', required — Kafka ACL operation represents an operation which an ACL grants or denies permission to perform
    - `pattern_type` 'LITERAL' | 'PREFIXED', required — Kafka ACL pattern type of resource name
    - `permission_type` 'ALLOW' | 'DENY', required — Kafka ACL permission type
    - `principal` string, required — principal is in 'principalType:name' format
    - `resource_name` string, required — Resource pattern used to match specified resources
    - `resource_type` 'Cluster' | 'DelegationToken' | 'Group' | 'Topic' | 'TransactionalId' | 'User', required — Kafka ACL resource type represents a type of resource which an ACL can be applied to
  - `message` string — Printable result of the request

## Other responses

- `404` — Resource not found
- `409` — Request conflict

---

[API](https://skmtc.net/aiven/apis/aiven-api-documentation.md) · [All operations](https://skmtc.net/aiven/apis/aiven-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aiven/aiven-api-documentation/revisions/cbfbf0f96a48/schema)
