GET /nodes/{node_id}/addons/

osf.io

Summary: List all addons
Operation ID: nodes_addons_list
Auth: unknown
Description

A paginated list of addons connected to the given node or project. #### Returns Returns a JSON object containing `data` and `links` keys. The `data` key contains an array of at most 10 addon objects. Each resource in the array is a separate addon object and contains the full representation of the addon, meaning additional requests to a addon's detail view are not necessary. The `links` key contains a dictionary of links that can be used for [pagination](#tag/Pagination).

Parameters (1)

node_id (string, path, required)

The unique identifier of the node.

No probe data for this endpoint yet.