---
title: "Retrieves the items by request"
method: GET
path: "/v1.0/items/{request-id}"
tags: ["Request items"]
---

# Retrieves the items by request

`GET /v1.0/items/{request-id}`

## Path parameters

- `request-id` string, required

## Response `200`

OK

- ItemDTOResponse
  - `items` ItemDTO[]
    - `creationDate` string, date-time
    - `requestId` string
    - `requestType` 'ORGANISATION_ACCOUNT_OPENING' | 'NOTIFICATION_OF_COMPLIANCE_P3' | 'ACTION_PLAN_P3' | 'ACCOUNT_CLOSURE' | 'PROGRESS_UPDATE_1_P3' | 'PROGRESS_UPDATE_2_P3'
    - `taskId` integer
    - `taskAssignee` UserInfoDTO
      - `firstName` string
      - `lastName` string
    - `taskAssigneeType` 'OPERATOR' | 'VERIFIER' | 'REGULATOR'
    - `taskType` 'ORGANISATION_ACCOUNT_OPENING_APPLICATION_REVIEW' | 'NOTIFICATION_OF_COMPLIANCE_P3_APPLICATION_SUBMIT' | 'NOTIFICATION_OF_COMPLIANCE_P3_APPLICATION_EDIT' | 'NOTIFICATION_OF_COMPLIANCE_P3_WAIT_FOR_EDIT' | 'ACTION_PLAN_P3_APPLICATION_SUBMIT' | 'ACCOUNT_CLOSURE_SUBMIT' | 'PROGRESS_UPDATE_1_P3_APPLICATION_SUBMIT' | 'PROGRESS_UPDATE_2_P3_APPLICATION_SUBMIT'
    - `daysRemaining` integer
    - `isNew` boolean
    - `accountId` integer
    - `accountName` string
    - `competentAuthority` 'ENGLAND' | 'NORTHERN_IRELAND' | 'OPRED' | 'SCOTLAND' | 'WALES'
    - `accountOrganisationId` string
    - `accountRegistrationNumber` string
  - `totalItems` integer

## Other responses

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

---

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