---
title: "GET /scopes"
method: GET
path: "/scopes"
tags: ["ScopesController"]
---

# GET /scopes

`GET /scopes`

## Response `200`

OK

- ScopeGroup[]
  - `group` string, required
  - `scopes` Scope[]
    - `id` string, required
    - `group` string
    - `description` string, required
    - `endpoints` ApiEndpoint[]
      - `controller` string
      - `method` string
      - `verb` string
      - `path` string
      - `tags` string[]
  - `endpoints` ApiEndpoint[]
    - `controller` string
    - `method` string
    - `verb` string
    - `path` string
    - `tags` string[]

---

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