---
title: "list of available scopes"
method: GET
path: "/tokens/list/scopes"
tags: ["token"]
---

# list of available scopes

`GET /tokens/list/scopes`

## Response `200`

list of available scopes

- ScopeDomain[]
  - `name` string, required
  - `description` string, nullable
  - `scopes` ScopeDefinition[], required
    - `value` string, required
    - `label` string, required
    - `description` string, nullable
    - `requires_resource_path` boolean, required

---

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