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

# List team permission definitions

`GET /team-permission-definitions`

Query and filter the permission with team_id, user_id, and permission_id (the equivalent of listing permissions on the Hexclave dashboard)

## Query parameters

- `limit` integer — Maximum number of items to return (capped at 200). When set, the response is paginated via cursor.
- `cursor` string — Cursor (permission id) to start the next page from. Requires `limit` to also be set.
- `query` string — Free-text filter applied to permission id and description (case-insensitive).

## 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; 1 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`
- **2026-05-15** `e0051e78345a` — 3 info
  - added the new optional `query` request parameter `cursor`
  - added the new optional `query` request parameter `limit`
  - added the new optional `query` request parameter `query`

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api-3/changes/team-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)
