---
title: "List project permission definitions"
method: GET
path: "/project-permission-definitions"
tags: ["Permissions"]
---

# List project permission definitions

`GET /project-permission-definitions`

Query and filter project permission definitions (the equivalent of listing permissions on the Hexclave dashboard)

## Response `200`

Successful response

- object
  - `items` object[], required
    - `id` string, required — The permission ID used to uniquely identify a permission. Can either be a custom permission with lowercase letters, numbers, `:`, and `_` characters, or one of the system permissions: `$update_team`, `$delete_team`, `$read_members`, `$remove_members`, `$invite_members`, `$manage_api_keys`
    - `description` string — A human-readable description of the permission
    - `contained_permission_ids` string[], required — The IDs of the permissions that are contained in this permission
  - `pagination` object
    - `next_cursor` 'null', nullable — The cursor to fetch the next page of results. null if there is no next page.

## Changes

> 25 revisions in range; 2 could not be searched.

- **2026-07-23** `ae5572197e85` — 1 breaking, 1 warning
  - the response property `pagination/next_cursor` became nullable for the status `200`
  - added the new `undefined` enum value to the `pagination/next_cursor` response property for the response status `200`

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/changes/project-permission-definitions/get.md)

---

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