v1

latestOpenAPI 3.0.22026-07-173834119.9 KB
Vectorization

List Vectorization Jobs

Endpoint to List Vectorization Jobs

This endpoint returns a list of vectorization jobs.


Response Body

List of json objects, each containing the following fields:

FieldTypeDescription
vectorize_job_idstrThe ID of the vectorization job.
vector_store_idstrThe ID of the vector store.
index_idstrThe ID of the index.
chunking_job_idstrThe ID of the chunking job.
created_atstrThe timestamp when the job was created.
statusstrThe status of the vectorization job.
total_file_countintThe total number of files to be vectorized.
queued_filesintThe number of files that are queued for vectorization.
completed_file_countintThe number of files that have been vectorized.
failed_file_countintThe 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.
get/vector/jobs/list

Response

Successful Response

{"stackTrail":"paths:/vector/jobs/list:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}