---
title: "List Permissions"
method: GET
path: "/api/v1/permissions/"
tags: ["permissions"]
---

# List Permissions

`GET /api/v1/permissions/`

Get all available permissions in the system.

## Response `200`

Successful Response

- PermissionGroupResponse[]
  - `name` string, required — Name of the permission group
  - `description` string, required — Description of the permission group
  - `permissions` PermissionResponse[], required — Permissions in the group
    - `name` string, required — Name of the permission
    - `display_name` string, required — Display name of the permission
    - `description` string, nullable — Description of the permission

---

[API](https://skmtc.net/asksyllable/apis/syllablesdk.md) · [All operations](https://skmtc.net/asksyllable/apis/syllablesdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/asksyllable/syllablesdk/revisions/534f1f22c775/schema)
