---
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

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/3dba86aaa0d8/schema)
