---
title: "Get results by chunkingId"
method: GET
path: "/ai/async-chunking/{CHUNKING_ID}"
tags: ["Request chunked content"]
---

# Get results by chunkingId

`GET /ai/async-chunking/{CHUNKING_ID}`

Fetch chunked content by chunking ID. The ID is returned in the response of the `POST` operation you used to trigger the chunking operation.

## Response `200`

OK

- GETResponse
  - `chunkingId` string, uuid — The universal unique identifier (UUID) returned in the POST request. This UUID is required in the GET request to retrieve results.
  - `status` string — The current status of the request. Allowed values are: * SUBMITTED - The POST request was successful and the response has returned the `chunkingId` and `status` that is used by the GET request. * READY - The results associated with the `chunkingId` are available and ready to be retrieved. * ERROR - An error was generated when the GET request was sent. * RETRIEVED - The results associated with the `chunkingId` are returned successfully when the GET request was sent.
  - `chunkedData` object[]
    - `chunks` string[] — Chunks of text from the text submitted in the POST request.
  - `vector` object[]
    - `vector` JsonNode — Query parameters to be passed to Fusion in the body.
  - `tokensUsed` object
    - `inputTokens` integer — The number of tokens created from the text input into the model.

## Other responses

- `4XX` — The error varies based on the issue encountered regarding the `chunkingId` or related information.

---

[API](https://skmtc.dev/lucidworks/apis/rules-rewrites-api.md) · [All operations](https://skmtc.dev/lucidworks/apis/rules-rewrites-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lucidworks/rules-rewrites-api/revisions/f2d3747848e8/schema)
