---
title: "List Requests for a Node"
method: GET
path: "/nodes/{node_id}/requests/"
tags: ["Nodes"]
---

# List Requests for a Node

`GET /nodes/{node_id}/requests/`

Retrieve a list of requests associated with a specific node.   Requests include actions such as registration approval, withdrawal, or other moderation-related requests initiated on the node.
#### Permissions
 - The authenticated user must have read access to the node to view its requests.
 - Moderators or admins of the provider may have additional access to request details depending on their role.

#### Returns
 - A JSON object with a `data` key containing a list of request resources.
 - Each request provides metadata about its current state, type, creator, and review process.

## Path parameters

- `node_id` string, required

## Query parameters

- `filter[type]` string
- `filter[state]` string

## Response `200`

Successfully retrieved the list of requests for the node.

## Other responses

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