---
title: "List identifiers for a preprint"
method: GET
path: "/preprints/{preprint_id}/identifiers/"
tags: ["Preprints", "Identifiers"]
---

# List identifiers for a preprint

`GET /preprints/{preprint_id}/identifiers/`

Retrieves a list of identifiers associated with the specified preprint. Identifiers include DOIs, ARKs, and other unique resource locators.
#### Permissions
 - Public identifiers are accessible to unauthenticated users.
 - Private preprints require read access to view their identifiers.

## Path parameters

- `preprint_id` string, required

## Response `200`

Successful retrieval of preprint identifiers.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view identifiers 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/ca701048eb0d/schema)
