---
title: "List available API key scopes"
method: GET
path: "/api/workspaces/{wid}/api-keys/scopes"
tags: ["Workspace API Keys"]
---

# List available API key scopes

`GET /api/workspaces/{wid}/api-keys/scopes`

Returns the catalog of scope names + descriptions. Available=false entries are placeholders shown greyed-out in the UI.

## Path parameters

- `wid` string, required

## Response `200`

OK

- APIKeyScopeDescriptor[]
  - `available` boolean, required
  - `description` string, required
  - `name` string, required

## Other responses

- `403` — not a member

---

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