---
title: "Get Batch Job Items"
method: POST
path: "/platform/data/batchJob/actions/{code}/items"
tags: ["BatchJob"]
---

# Get Batch Job Items

`POST /platform/data/batchJob/actions/{code}/items`

Retrieve a list of all batch job items. Query for items of a specific processing status and/or resource by appending ?processingStatus={processingStatus}&resourceType={resourceType}. Resource type can be Products, ProductProperty, or Pricelistentries.

## Path parameters

- `code` string, required

## Query parameters

- `pageSize` integer
- `startIndex` integer
- `includeCount` boolean
- `processingStatus` string
- `resourceType` string
- `responseFields` string

## Response `200`

OK

- BatchJobItemResultSet
  - `items` BatchJobItem[], nullable
    - `auditInfo` AdminUserAuditInfo
      - `createBy` string, nullable
      - `createDate` string, date-time, nullable
      - `updateBy` string, nullable
      - `updateDate` string, date-time, nullable
    - `batchJobCode` string, nullable
    - `catalogId` integer, nullable
    - `correlationId` string, nullable
    - `currencyCode` string, nullable
    - `dataViewMode` 0 | 1 | 2
    - `errors` BatchJobItemError[], nullable
      - `code` string, nullable
      - `field` string, nullable
      - `itemKeys` StringStringKeyValuePair[], nullable
        - `key` string, nullable
        - `value` string, nullable
      - `longMessage` string, nullable
      - `message` string, nullable
      - `subErrors` BatchJobItemError[], nullable
    - `httpMethod` string, nullable
    - `itemKey` string, nullable
    - `localeCode` string, nullable
    - `masterCatalog` integer, nullable
    - `processingStatus` 'Waiting' | 'Running' | 'ValidationFailed' | 'Failed' | 'Completed' | 'Cancelled'
    - `query` string, nullable
    - `resourceType` string, nullable
    - `retryCount` integer, nullable
    - `siteId` integer, nullable
    - `status` integer, nullable
    - `uri` string, nullable
  - `pageCount` integer
  - `pageSize` integer
  - `startIndex` integer
  - `totalCount` integer

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
