---
title: "List Extraction Jobs"
method: GET
path: "/document/extraction/list_jobs"
tags: ["Extraction"]
---

# List Extraction Jobs

`GET /document/extraction/list_jobs`

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

***

## Response Body

List of json objects, each containing the following fields:

| Field               | Type   | Description                      |
|---------------------|--------|----------------------------------|
| job_id              | str    | The ID of the extraction job.    |
| status              | str    | The status of the extraction job. |
| total_file_count    | int    | The total number of files to be extracted. |
| completed_file_count| int    | The number of files completed.   |
| failed_file_count   | int    | The number of files failed.      |
| queued_files        | int    | The number of files queued.      |

***

#### 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)
