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

## Changes

- **2026-05-22** `2329d95e1b7f` — 1 info
  - endpoint added
- **2026-05-22** `1ba39f384b63` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentserver/apis/agentserver-api/changes/api/workspaces/:wid/api-keys/scopes/get.md)

---

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