---
title: "List actions associated with a request"
method: GET
path: "/requests/{request_id}/actions/"
tags: ["Requests"]
---

# List actions associated with a request

`GET /requests/{request_id}/actions/`

Retrieve a list of actions performed on a specific request.
Currently, actions are supported for `preprint-request` resources, typically related to withdrawal requests. Actions track the workflow of the request, including submission, approvals, rejections, and comments.
### Permissions: - Request creators can view actions on their requests. - Preprint moderators can view actions for withdrawal requests. - Preprint administrators can view actions on requests for preprints they manage.

## Path parameters

- `request_id` string, required

## Query parameters

- `filter` string

## Response `200`

Successfully retrieved actions for the request.

## Other responses

- `401` — Authentication credentials were not provided or are invalid.
- `403` — You do not have permission to view actions on this request.
- `404` — Request not found or no actions are available for the given request.

---

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