---
title: "Retrieve details for a specific request"
method: GET
path: "/requests/{request_id}/"
tags: ["Requests"]
---

# Retrieve details for a specific request

`GET /requests/{request_id}/`

Retrieve a specific request by ID. Requests can be associated with either a node or a preprint.  Depending on the type, this will return a `node-request` or a `preprint-request` resource.
A request is a formal submission for actions like access to private content, withdrawal of a preprint,  or institutional affiliation. This endpoint returns details about the request's status, creator, type, and comments.
Permissions: - Node requests: Viewable by the node's administrators and the request creator. - Preprint requests: Viewable by preprint admins, moderators (for moderated providers), and the request creator.

## Path parameters

- `request_id` string, required

## Response `200`

Successfully retrieved request details.

## Other responses

- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to view this request.
- `404` — Request not found.

---

[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)
