---
title: "Get bulk payout request items"
method: GET
path: "/api/v1.4/payout/bulk/requests/{id}/items/"
tags: ["v1.1"]
---

# Get bulk payout request items

`GET /api/v1.4/payout/bulk/requests/{id}/items/`

Get bulk payout request items

## Path parameters

- `id` string, required

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

- PaginatedBulkPayoutRequestItemListList
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` BulkPayoutRequestItemList[]
    - `id` string, required
    - `merchant_reference` string, required — Unique reference for the item
    - `status` string
    - `linked_intent_id` string, nullable, required — Linked intent for the item; this field will be filled when the item is processed and its status changes to INTENT_CREATED
    - `scheduled_date` string, date-time — Scheduled date for the payout intent to be processed
    - `created` string, date-time, required
    - `scheduled_at` string, date-time, nullable
    - `cancelled_at` string, date-time, nullable
    - `validation_failed_at` string, date-time, nullable
    - `intent_creation_failed_at` string, date-time, nullable
    - `intent_created_at` string, date-time, nullable

## Other responses

- `401`

---

[API](https://skmtc.net/moneyhash/apis/moneyhash-api.md) · [All operations](https://skmtc.net/moneyhash/apis/moneyhash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/moneyhash/moneyhash-api/versions/111e4c2e0826/schema)
