---
title: "List Storage Providers for a Node"
method: GET
path: "/nodes/{node_id}/storage/"
tags: ["Nodes"]
---

# List Storage Providers for a Node

`GET /nodes/{node_id}/storage/`

Retrieve the list of storage providers associated with a specific node.   Each node in the OSF automatically has an OSF Storage provider, and may have additional third-party storage providers (such as Dropbox or Google Drive) if configured.
#### Permissions
 - Public nodes expose storage provider information publicly.
 - Private nodes require read permissions to access storage providers.

#### Returns
 - A JSON object with a `data` array containing storage provider resources assigned to the node.

## Path parameters

- `node_id` string, required

## Query parameters

- `page` integer
- `embed` string

## Response `200`

Successful retrieval of storage providers for the specified node.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view storage providers for this node.
- `404` — Not Found. No node matches the given ID.

---

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