---
title: "List Withdraw Requests for a Preprint Provider"
method: GET
path: "/providers/preprints/{provider_id}/withdraw_requests/"
tags: ["Preprint Providers"]
---

# List Withdraw Requests for a Preprint Provider

`GET /providers/preprints/{provider_id}/withdraw_requests/`

Retrieve a list of withdraw requests for a specific preprint provider.
Withdraw requests are initiated by contributors to request the withdrawal of a preprint from public view. These requests require moderation and can be either approved or rejected by provider moderators.
#### Permissions - Admins and moderators for the provider can view all withdraw requests. - Unauthorized users will receive a `403 Forbidden` response.
#### Returns - A JSON object with a `data` key containing an array of withdraw request resources. - Each withdraw request includes the current state, the associated preprint, and relevant timestamps.

## Path parameters

- `provider_id` string, required

## Response `200`

Successful retrieval of withdraw requests.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to access withdraw requests for this provider.
- `404` — Not Found. No preprint provider 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/versions/ca701048eb0d/schema)
