---
title: "List Chunking Jobs"
method: GET
path: "/document/chunking/list_jobs"
tags: ["Chunking"]
---

# List Chunking Jobs

`GET /document/chunking/list_jobs`

## Endpoint to List Chunking Jobs
This endpoint returns a list of chunking jobs associated with the app.

***

## Response Body

List of json objects, each containing the following fields:

| Field               | Type   | Description                      |
|---------------------|--------|----------------------------------|
| chunking_job_id     | str    | The ID of the chunking job.      |
| extraction_job_id   | str    | The ID of the extraction job.    |
| status              | str    | The status of the chunking job. Can be QUEUED, IN_PROGRESS, COMPLETED, or FAILED. |
| total_file_count    | int    | The total number of files to be chunked. |
| completed_files     | int    | The number of files completed.   |
| failed_files        | int    | The number of files failed.      |
| chunking_strategy   | str    | The chunking strategy used.      |
| chunking_params     | str    | The parameters used for the chunking strategy. |


***

#### Errors

- **500**: If any other error occurs during the retrieval of jobs.

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.dev/aws-samples/apis/generative-ai-foundational-platform-api.md) · [All operations](https://skmtc.dev/aws-samples/apis/generative-ai-foundational-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/aws-samples/generative-ai-foundational-platform-api/revisions/8831d08902e9/schema)
