---
title: "Get all Redis ACLs"
method: GET
path: "/v1/redis_acls"
tags: ["RedisAcls"]
---

# Get all Redis ACLs

`GET /v1/redis_acls`

Get all Redis ACLs in the cluster

## Response `200`

List of Redis ACLs

- RedisAcl[]
  - `account_id` integer — SM account ID associated with this ACL.
  - `acl` string — Redis ACL string definition.
  - `action_uid` string — Action uid. If exists - progress can be tracked by the GET /actions/<uid> API
  - `max_version` string — Maximum Redis version for which this ACL is valid.
  - `min_version` string — Minimum Redis version for which this ACL is valid.
  - `name` string — ACL name.
  - `uid` integer — Redis ACL unique uid.

## Other responses

- `403` — Forbidden

## Changes

- **2026-02-09** `17b61f8beeda` — 1 info
  - endpoint added
- **2026-01-23** `9fdf3bc7ad77` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redis/apis/redis-software-rest-api/changes/v1/redis_acls/get.md)

---

[API](https://skmtc.dev/redis/apis/redis-software-rest-api.md) · [All operations](https://skmtc.dev/redis/apis/redis-software-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redis/redis-software-rest-api/revisions/caec2005b95b/schema)
