---
title: "Get request details by id"
method: GET
path: "/v1.0/requests/{id}"
tags: ["Requests"]
---

# Get request details by id

`GET /v1.0/requests/{id}`

## Path parameters

- `id` string, required

## Response `200`

OK

- RequestDetailsDTO
  - `id` string
  - `requestType` 'ORGANISATION_ACCOUNT_OPENING' | 'NOTIFICATION_OF_COMPLIANCE_P3' | 'ACTION_PLAN_P3' | 'ACCOUNT_CLOSURE' | 'PROGRESS_UPDATE_1_P3' | 'PROGRESS_UPDATE_2_P3'
  - `requestStatus` 'IN_PROGRESS' | 'COMPLETED' | 'CANCELLED' | 'WITHDRAWN' | 'APPROVED' | 'REJECTED' | 'CLOSED' | 'EXEMPT' | 'TERMINATED'
  - `creationDate` string, date
  - `requestMetadata` RequestMetadata
    - `type` 'NOTIFICATION_OF_COMPLIANCE_P3' | 'ACTION_PLAN_P3' | 'PROGRESS_UPDATE_1_P3' | 'PROGRESS_UPDATE_2_P3'

## Other responses

- `403` — Forbidden
- `500` — Internal Server Error

## Changes

- **2025-08-22** `bf068acab677` — 8 warning, 3 info
  - added the new `ACCOUNT_CLOSURE` enum value to the `requestType` response property for the response status `200`
  - added the new `ACTION_PLAN_P3` enum value to the `requestMetadata/type` response property for the response status `200`
  - added the new `ACTION_PLAN_P3` enum value to the `requestType` response property for the response status `200`
  - added the new `PROGRESS_UPDATE_1_P3` enum value to the `requestMetadata/type` response property for the response status `200`
  - …7 more

[Change history](https://skmtc.dev/beis/apis/esos-api-documentation/changes/v1.0/requests/:id/get.md)

---

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