---
title: "Retrieve bulk payment request import job items"
method: GET
path: "/payment_requests/bulk_import/{jobId}/items"
tags: ["Payment requests"]
---

# Retrieve bulk payment request import job items

`GET /payment_requests/bulk_import/{jobId}/items`

## Path parameters

- `jobId` string, uuid, required — The ID of the bulk payment request import job

## Query parameters

- `statuses` string[] — The status of the bulk payment request import job item * PENDING: The item is still to be processed. * PROCESSING: The item is currently processing. * COMPLETED: The item has been processed. * FAILED: The item has failed to be processed.
- `page` integer
- `size` integer
- `sort` string[]

## Response `200`

Paginated response for the list of bulk payment request import job items

- BulkPaymentRequestImportItemsResponse — Paginated bulk payment request import job items
  - `items` BulkPaymentRequestImportItemResponse[] — The bulk payment request import job items for the current page
    - `id` string, uuid, required — The ID of the import job item
    - `jobId` string, uuid, required — The ID of the import job
    - `paymentRequestNo` string, required — The payment request number
    - `bulkPrImportOperation` 'UPSERT' | 'DELETE', required — The operation to perform on the import job item
    - `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED', required — The status of the import job item
    - `statusReason` string, required — The reason behind the item's current status
    - `creationTime` string, date-time, required — The creation time of import job item
  - `pagination` Pagination — Contains pagination information for a set of results
    - `page` integer — The current page number One-based page index (1..N).
    - `size` integer — The size of the page, i.e., the number of elements per page.
    - `totalPages` integer — The total number of pages available.
    - `totalElements` integer — The total number of elements across all pages.
    - `numberOfElements` integer — The number of elements in the current page.
    - `sort` string — Sorting criteria in the format: property,(asc|desc).

## Other responses

- `400` — A problem reading or understanding the request. Ensure that the request complies with the required format and includes all necessary parameters.
- `401` — Authentication required - Invalid or missing authorization headers.
- `404` — Bulk payment request import job not found.
- `422` — A request validation error.
- `500` — The server could not process the request.

---

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