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

# List Registration Requests

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

Retrieve a list of requests associated with a specific registration.
Registration Requests represent user-initiated requests that may include withdrawal requests or requests for changes. These requests are typically part of moderated workflows and require approval or rejection by moderators or contributors.
## Permissions
 - Public registrations: No authentication required to view public requests.
 - Private registrations: Only contributors with read access may view registration requests.
 - Moderators of the registration provider may view all requests, including pending ones.

## Returns
 - A JSON object with a `data` key containing an array of registration request resources.
 - Each request describes the request type, status, creator, and any related comments.

## Path parameters

- `provider_id` string, required

## Response `200`

Successful retrieval of registration requests.

## Other responses

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