---
title: "List Registration Actions"
method: GET
path: "/providers/registrations/{provider_id}/actions/"
tags: ["Registration Providers"]
---

# List Registration Actions

`GET /providers/registrations/{provider_id}/actions/`

Retrieve a list of actions associated with a specific registration.
Registration Actions represent moderator decisions or contributor responses related to the registration workflow. These actions log the decision history for registrations requiring moderation or contributor approval.
#### Permissions - Public registrations: No authentication required. - Private registrations: Only contributors with read access may view registration actions.
#### Returns - A JSON object with a `data` key containing an array of registration action resources. - Registration actions describe the decision history, who performed the action, when, and the resulting state of the registration.

## Path parameters

- `provider_id` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Successful retrieval of registration actions.

## Other responses

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