---
title: "Get Batch Job Summary"
method: GET
path: "/platform/data/batchJob/actions/{code}/summary"
tags: ["BatchJob"]
---

# Get Batch Job Summary

`GET /platform/data/batchJob/actions/{code}/summary`

Retrieves a batch job summary by its code

## Path parameters

- `code` string, required

## Query parameters

- `responseFields` string

## Response `200`

OK

- BatchJobSummary
  - `code` string, nullable
  - `dateStarted` string, date-time, nullable
  - `name` string, nullable
  - `resources` BatchJobResourceSummary[], nullable
    - `counts` ProcessingCount[], nullable
      - `count` integer
      - `status` 'Waiting' | 'Running' | 'ValidationFailed' | 'Failed' | 'Completed' | 'Cancelled'
    - `resourceType` string, nullable
  - `scheduledDate` string, date-time, nullable
  - `status` 'Ready' | 'Pending' | 'Running' | 'Completed' | 'Canceled'

---

[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)
