---
title: "Retrieves the unassigned items"
method: GET
path: "/v1.0/items/unassigned"
tags: ["Unassigned Items"]
---

# Retrieves the unassigned items

`GET /v1.0/items/unassigned`

## Query parameters

- `page` integer, required
- `size` integer, required

## Response `200`

OK

- ItemDTOResponse
  - `items` ItemDTO[]
    - `creationDate` string, date-time
    - `requestId` string
    - `requestType` string
    - `taskId` integer
    - `taskAssignee` UserInfoDTO
      - `firstName` string
      - `lastName` string
    - `taskAssigneeType` string
    - `taskType` string
    - `daysRemaining` integer
    - `isNew` boolean
  - `totalItems` integer

## Other responses

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

## Changes

- **2025-09-11** `15b32331a1ac` — 2 breaking
  - for the `query` request parameter `page`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
  - for the `query` request parameter `size`, the type/format was changed from `integer`/`int64` to `integer`/`int32`
- **2024-10-21** `a06468704cbe` — 6 info
  - removed the `DUMMY_REQUEST_TASK_TYPE2` enum value from the `items/items/taskType` response property for the response status `200`
  - removed the `DUMMY_REQUEST_TYPE` enum value from the `items/items/requestType` response property for the response status `200`
  - removed the `DUMMY_REQUEST_TYPE_APPLICATION_REVIEW` enum value from the `items/items/taskType` response property for the response status `200`
  - removed the `OPERATOR` enum value from the `items/items/taskAssigneeType` response property for the response status `200`
  - …2 more

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

---

[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/cd3ec18596c4/schema)
