---
title: "Get Batch Job Summaries"
method: GET
path: "/platform/data/batchJob/actions/summaries"
tags: ["BatchJob"]
---

# Get Batch Job Summaries

`GET /platform/data/batchJob/actions/summaries`

Retrieves a list of all batch job summaries

## Query parameters

- `domain` string
- `pageSize` integer
- `startIndex` integer
- `status` string
- `includeCount` boolean
- `responseFields` string

## Response `200`

OK

- BatchJobSummaryCollection
  - `items` BatchJobSummary[], nullable
    - `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'
  - `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)
