---
title: "List storage providers for a preprint"
method: GET
path: "/preprints/{preprint_id}/files/"
tags: ["Preprints", "Files"]
---

# List storage providers for a preprint

`GET /preprints/{preprint_id}/files/`

Retrieve a list of storage providers for the specified preprint. Only "osfstorage" is supported for preprints.
#### Permissions
 - Public storage providers are accessible to unauthenticated users.
 - Viewing non-public preprints requires appropriate permissions.

## Path parameters

- `preprint_id` string, required

## Response `200`

Successful retrieval of storage providers.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view storage providers for this preprint.
- `404` — Not Found. No preprint 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/revisions/3c5164c707eb/schema)
