---
title: "List all addon folders"
method: GET
path: "/nodes/{node_id}/addons/{provider}/folders/"
tags: ["Nodes"]
---

# List all addon folders

`GET /nodes/{node_id}/addons/{provider}/folders/`

A paginated list of folders retrieved from the associated third-party (provider) service.
#### Permissions
Folders are visible only to the user that authorized the addon.
#### Returns
Returns a JSON object containing `data` and `links` keys.

The `data` key contains an array of addon folder objects. Each resource in the array is a separate addon folder object and contains the full representation of the addon folder, meaning additional requests to a addon folder's detail view are not necessary.

The `links` key contains a dictionary of links that can be used for [pagination](#tag/Pagination).

## Path parameters

- `node_id` string, required
- `provider` string, required

## Response `200`

OK

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
