---
title: "GET /apps.permissions.scopes.list"
method: GET
path: "/apps.permissions.scopes.list"
tags: ["apps.permissions.scopes", "apps"]
---

# GET /apps.permissions.scopes.list

`GET /apps.permissions.scopes.list`

Returns list of scopes this app has on a team.

## Query parameters

- `token` string, required

## Response `200`

Typical successful paginated response

- object — Schema for successful response api.permissions.scopes.list method
  - `ok` true, required
  - `scopes` object, required
    - `app_home` string[]
    - `channel` string[]
    - `group` string[]
    - `im` string[]
    - `mpim` string[]
    - `team` string[]
    - `user` string[]

## Other responses

- `default` — Typical error response

---

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