---
title: "Get a single Redis ACL"
method: GET
path: "/v1/redis_acls/{uid}"
tags: ["RedisAcls"]
---

# Get a single Redis ACL

`GET /v1/redis_acls/{uid}`

Get a single Redis ACL by unique ID

## Path parameters

- `uid` integer, required

## Response `200`

Redis ACL

- RedisAcl — An API object that represents a Redis ACL definition.
  - `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
- `404` — Not Found

## 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/:uid/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)
