---
title: "Fetch a list of permissions"
method: GET
path: "/permissions/"
tags: ["Permissions"]
---

# Fetch a list of permissions

`GET /permissions/`

This method fetches a list of permissions

## Response `200`

Successful response

- object
  - `api` NonEmptyString[], required
  - `playbooks` NonEmptyString[]

## Other responses

- `401` — Response is sent if user is not authenticated
- `403` — Response is sent if user is not authorized

---

[API](https://skmtc.net/mirantis/apis/decapod-api.md) · [All operations](https://skmtc.net/mirantis/apis/decapod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mirantis/decapod-api/revisions/9e66e29726fe/schema)
