---
title: "List Registration Actions"
method: GET
path: "/registrations/{registration_id}/actions/"
tags: ["Registrations"]
---

# List Registration Actions

`GET /registrations/{registration_id}/actions/`

Retrieve a list of actions performed on a specific registration. Actions represent state transitions or moderation events, such as submission, approval, rejection, and withdrawal requests.
#### Permissions
 - Publicly accessible if the registration is public.
 - Administrators of the registration always have access.
 - Moderators of the associated Registration Provider may have access depending on action type.

#### Returns
 - A JSON object containing a list of `registration actions` returned in a `data` array.
 - Each action describes a specific event or state transition applied to the registration.

## Path parameters

- `registration_id` string, required

## Response `200`

Successful retrieval of registration actions.

## Other responses

- `401` — Unauthorized. Authentication credentials were not provided or are invalid.
- `403` — Forbidden. You do not have permission to view registration actions for this registration.
- `404` — Not Found. No registration 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)
