v1
latestOpenAPI 3.0.22026-07-173834119.9 KBVectorization
Get Vectorize Job Status
Endpoint to Get Vectorization Job Status
This endpoint returns the status of a vectorization job.
Request Parameters
| Field | Type | Description |
|---|---|---|
| vectorize_job_id | str | The ID of the vectorization job. |
Response Body
| 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. |
| total_file_count | int | The total number of files to be vectorized. |
| 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. |
| status | str | The status of the vectorization job. |
Errors
- 400 Bad Request: If the vectorization job is not found.
- 500 Internal Server Error: If there is an unexpected error during the vectorization process.
get/vector/job/status/{vectorize_job_id}
Path parameters
vectorize_job_idstring required
Response
Successful Response