GET /nodes/{node_id}/preprints/

osf.io

Summary: List all preprints
Operation ID: nodes_preprints_list
Auth: unknown
Description

A paginated list of preprints related to a given node. The returned preprints are sorted by their creation date, with the most recent preprints appearing first. **Note: This API endpoint is under active development, and is subject to change in the future.** #### Returns Returns a JSON object containing `data` and `links` keys. The `data` key contains an array of up to 10 preprints. Each resource in the array is a separate preprint object. 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.