---
title: "Get chunk"
method: GET
path: "/chunks/{ilaId}"
tags: ["chunks"]
---

# Get chunk

`GET /chunks/{ilaId}`

Get a chunk by ilaId

## Path parameters

- `ilaId` string, string, required

## Query parameters

- `key` string

## Response `200`

- GetChunkResponse
  - `data` object
    - `_id` string
    - `ilaId` string
    - `cid` string
    - `payload` object
      - `firstName` string
      - `lastName` string
      - `email` string
    - `def` object
      - `domainId` string
      - `schemaUri` string
    - `meta` object
    - `expireAt` string
    - `valid` boolean
  - `meta` object
    - `total` string

## Other responses

- `400` — Integration Layer Adapter ID required!
- `404` — No chunks found!
- `500` — Internal server error!

## Changes

- **2019-07-30** `b8b7c89d5a16` — 1 breaking, 4 info
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the non-success response with the status `404`
  - added the non-success response with the status `500`
  - added the optional property `data` to the response with the `200` status
  - …1 more
- **2019-06-24** `5c157324e07a` — 1 info
  - added the new optional `query` request parameter `key`

[Change history](https://skmtc.dev/openintegrationhub/apis/integration-layer-service/changes/chunks/:ilaId/get.md)

---

[API](https://skmtc.dev/openintegrationhub/apis/integration-layer-service.md) · [All operations](https://skmtc.dev/openintegrationhub/apis/integration-layer-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintegrationhub/integration-layer-service/revisions/e932fcaafbb9/schema)
