---
title: "List Items in a Partition"
method: POST
path: "/v1/storage/items.list"
tags: ["Querator V1"]
---

# List Items in a Partition

`POST /v1/storage/items.list`

List items in a queue partition

## Request body

- StorageItemsListRequest
  - `queue_name` string, required
  - `partition` integer, required
  - `pivot` string, required
  - `limit` integer, required

## Response `200`

- StorageItem[]
  - `id` string, required
  - `is_leased` boolean, required
  - `lease_deadline` string, required
  - `dead_deadline` string, required
  - `expire_deadline` string, date-time, required — The deadline when this item expires and moves to dead letter queue
  - `created_at` string, required
  - `updated_at` string, required
  - `enqueue_at` string, date-time, required — The timestamp when this item should be enqueued for processing
  - `attempts` integer, required
  - `max_attempts` integer, required
  - `reference` string, required
  - `encoding` string, required
  - `kind` string, required
  - `payload` string, required

## Changes

- **2025-06-05** `db1e2b747f3c` — 2 info
  - added the required property `items/enqueue_at` to the response with the `200` status
  - added the required property `items/expire_deadline` to the response with the `200` status
- **2025-04-21** `3de0078c9268` — 2 breaking, 2 info
  - removed the required property `items/is_reserved` from the response with the `200` status
  - removed the required property `items/reserve_deadline` from the response with the `200` status
  - added the required property `items/is_leased` to the response with the `200` status
  - added the required property `items/lease_deadline` to the response with the `200` status
- **2024-09-16** `22a36c374092` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/kapetan-io/apis/querator-api/changes/v1/storage/items.list/post.md)

---

[API](https://skmtc.dev/kapetan-io/apis/querator-api.md) · [All operations](https://skmtc.dev/kapetan-io/apis/querator-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kapetan-io/querator-api/revisions/00a535961201/schema)
