v1

latestSwagger 2.0Apache 2.02026-07-1334102.9 MB
Requests

List actions associated with a request

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.

get/requests/{request_id}/actions/

Path parameters

request_idstring required

The unique identifier for the request.

Query parameters

filterstring

Filter actions by attributes.

Supported filters:

  • machine_state: Filter by current state (e.g., pending, accepted, rejected)

Example:

  • filter[machine_state]=pending

Response

Successfully retrieved actions for the request.