v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Registrations

List all storage providers

A paginated list of storage providers enabled on the registration

Users of the OSF may access their data on a number of cloud-storage services that have integrations with the OSF. We call these providers. By default, every node has access to the OSF-provided storage but may use as many of the supported providers as desired.

Returns

Returns a JSON object containing data and links keys.

The data key contains an array of up to 10 files. Each resource in the array is a separate file object.

The links key contains a dictionary of links that can be used for pagination.

Note: In the OSF filesystem model, providers are treated as folders, but with special properties that distinguish them from regular folders. Every provider folder is considered a root folder, and may not be deleted through the regular file API.

get/registrations/{registration_id}/files/

Path parameters

registration_idstring required

The unique identifier of the registration.

Response

OK