---
title: "List all permissions in the system"
method: GET
path: "/permissions/"
tags: ["permissions"]
---

# List all permissions in the system

`GET /permissions/`

Use this method to list all permissions in the system.

## Query parameters

- `limit` integer

## Response `200`

- PaginatedPermissionList
  - `results` Permission[]
    - `id` integer, required
    - `name` string, required
    - `codename` string, required
    - `permission_id` string, required

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
