---
title: "List the chunks of a Data Push Job"
method: GET
path: "/api/v1/data-push/{poolId}/jobs/{id}/chunks"
tags: ["Data Push API"]
---

# List the chunks of a Data Push Job

`GET /api/v1/data-push/{poolId}/jobs/{id}/chunks`

## Path parameters

- `poolId` string, required
- `id` string, required

## Response `200`

OK

- DataPushChunk[]
  - `checksum` string
  - `creationDate` string, date-time
  - `fileLength` integer
  - `id` string
  - `optionalTenantId` string
  - `pushJobId` string
  - `tenantId` string
  - `type` 'UPSERT' | 'DELETE'

## Other responses

- `204` — No Content
- `400` — Bad Request
- `403` — Forbidden
- `404` — Job not found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/celonis/apis/openapi-definition.md) · [All operations](https://skmtc.net/celonis/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celonis/openapi-definition/versions/3306567235b3/schema)
