---
title: "List all permissions with the roles that grant them"
method: GET
path: "/permissions"
tags: ["permissions"]
---

# List all permissions with the roles that grant them

`GET /permissions`

List every permission together with the org/project roles referencing it.

## Response `200`

Successful Response

- PermissionWithRoles[]
  - `id` string, nullable
  - `action` string, required
  - `description` string, nullable
  - `created_at` string, date-time, nullable
  - `organization_roles` RoleRef[]
    - `id` string, required
    - `name` string, required
  - `project_roles` RoleRef[]
    - `id` string, required
    - `name` string, required

---

[API](https://skmtc.dev/ionworks/apis/fastapi.md) · [All operations](https://skmtc.dev/ionworks/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ionworks/fastapi/revisions/7337a3cbdaf2/schema)
