---
title: "List Review Actions for a Preprint"
method: GET
path: "/preprints/{preprint_id}/review_actions/"
tags: ["Preprints"]
---

# List Review Actions for a Preprint

`GET /preprints/{preprint_id}/review_actions/`

Retrieve the list of review actions for the specified preprint.
Review actions track state transitions and comments made during the review process.
#### Permissions - Requires `view_actions` permission on the preprint's provider for full visibility. - Some actions (like moderator comments) may be hidden if the provider has restrictions.

## Path parameters

- `preprint_id` string, required

## Response `200`

Successful retrieval of review actions.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view these review actions.
- `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)
