---
title: "Retrieves the actions associated with the request"
method: GET
path: "/v1.0/request-actions"
tags: ["Request actions"]
---

# Retrieves the actions associated with the request

`GET /v1.0/request-actions`

## Query parameters

- `requestId` string, required

## Response `200`

OK

- RequestActionInfoDTO[]
  - `id` integer
  - `type` 'RFI_SUBMITTED' | 'RFI_CANCELLED' | 'RFI_EXPIRED' | 'RFI_RESPONSE_SUBMITTED' | 'RDE_SUBMITTED' | 'RDE_ACCEPTED' | 'RDE_REJECTED' | 'RDE_FORCE_ACCEPTED' | 'RDE_FORCE_REJECTED' | 'RDE_EXPIRED' | 'RDE_CANCELLED' | 'PAYMENT_MARKED_AS_PAID' | 'PAYMENT_MARKED_AS_RECEIVED' | 'PAYMENT_COMPLETED' | 'PAYMENT_CANCELLED' | 'REQUEST_TERMINATED' | 'VERIFICATION_STATEMENT_CANCELLED'
  - `submitter` string
  - `creationDate` string, date-time

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/beis/apis/api-documentation.md) · [All operations](https://skmtc.dev/beis/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/beis/api-documentation/revisions/ba0dc929313e/schema)
