---
title: "List permissions"
method: GET
path: "/permissions"
tags: ["product:chat"]
---

# List permissions

`GET /permissions`

Lists all available permissions

## Response `200`

Response

- ListPermissionsResponse, nullable — Basic response information
  - `duration` string, required — Duration of the request in milliseconds
  - `permissions` Permission[], required
    - `action` string, required — Action name this permission is for (e.g. SendMessage)
    - `condition` object — MongoDB style condition which decides whether or not the permission is granted
    - `custom` boolean, required — Whether this is a custom permission or built-in
    - `description` string, required — Description of the permission
    - `id` string, required — Unique permission ID
    - `level` string, required — Level at which permission could be applied (app or channel). One of: app, channel
    - `name` string, required — Name of the permission
    - `owner` boolean, required — Whether this permission applies to resource owner or not
    - `owner_resource` string, required — Resource type that defines ownership for this permission's action (e.g. 'Channel' for CreateMessage, 'Message' for UpdateMessage). Identical across all variants of an action; primarily meaningful for owner grants.
    - `same_team` boolean, required — Whether this permission applies to teammates (multi-tenancy mode only)
    - `tags` string[], required — List of tags of the permission

## Other responses

- `400` — Bad request
- `429` — Too many requests

## Changes

> 108 revisions in range; 2 not diffed, 2 could not be searched.

- **2026-07-29** `d274674f0337` — 1 info
  - added the required property `permissions/items/owner_resource` to the response with the `200` status

[Change history](https://skmtc.dev/getstream/apis/stream-api/changes/permissions/get.md)

---

[API](https://skmtc.dev/getstream/apis/stream-api.md) · [All operations](https://skmtc.dev/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getstream/stream-api/revisions/653d3d10a523/schema)
