---
title: "List management capability catalog"
method: GET
path: "/v2/management-keys/capabilities"
tags: ["Management keys"]
---

# List management capability catalog

`GET /v2/management-keys/capabilities`

Returns the management capability catalog: the set of workspace-admin permission domains that can be granted to a management key. Each entry includes the domain id, display name, group, and the read / write verb support. Drives the permissions UI in the dashboard.

## Response `200`

OK

- ListManagementCapabilitiesResponse
  - `domains` Domain[], required — Full management capability catalog.
    - `id` string — Stable domain identifier (e.g. "api-key", "budget"). Used as the key in ManagementKey.access and as the verb prefix in resolved permissions (e.g. budget.list, budget.view, budget.create).
    - `display_name` string — Human-readable label for the dashboard.
    - `group` integer — Logical group used by the UI to render this entry.
    - `readable` boolean — Whether this domain can be granted read access.
    - `writable` boolean — Whether this domain can be granted write access.

---

[API](https://skmtc.net/orq-ai/apis/orq-ai-api.md) · [All operations](https://skmtc.net/orq-ai/apis/orq-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orq-ai/orq-ai-api/versions/6a22c53a2580/schema)
