Nodes
List Storage Providers for a Node
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.
get/nodes/{node_id}/storage/
Path parameters
node_idstring required
The unique identifier of the node.
Query parameters
pageinteger
Page number of results to retrieve.
embedstring
Comma-separated list of related resources to embed in the response.
Response
Successful retrieval of storage providers for the specified node.