---
title: "List Vectorization Jobs"
method: GET
path: "/vector/jobs/list"
tags: ["Vectorization"]
---

# List Vectorization Jobs

`GET /vector/jobs/list`

## Endpoint to List Vectorization Jobs
This endpoint returns a list of vectorization jobs.

***
## Response Body

List of json objects, each containing the following fields:

| Field               | Type   | Description                      |
|---------------------|--------|----------------------------------|
| vectorize_job_id    | str    | The ID of the vectorization job. |
| vector_store_id     | str    | The ID of the vector store.      |
| index_id            | str    | The ID of the index.             |
| chunking_job_id     | str    | The ID of the chunking job.      |
| created_at          | str    | The timestamp when the job was created. |
| status              | str    | The status of the vectorization job. |
| total_file_count    | int    | The total number of files to be vectorized. |
| queued_files        | int    | The number of files that are queued for vectorization. |
| completed_file_count| int    | The number of files that have been vectorized. |
| failed_file_count   | int    | The number of files that failed to be vectorized. |


***
#### Errors

- **500 Internal Server Error**: If there is an unexpected error during the retrieval of the vectorization 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)
