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

# GET /apps.permissions.resources.list

`GET /apps.permissions.resources.list`

Returns list of resource grants this app has on a team.

## Query parameters

- `token` string, required
- `cursor` string
- `limit` integer

## Response `200`

Typical successful paginated response

- object — Schema for successful response apps.permissions.resources.list method
  - `ok` true, required
  - `resources` object[], required
    - `id` string
    - `type` string
  - `response_metadata` object
    - `next_cursor` string, required

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