Retrieve details of an schedulled vector index job.
get
/vecdb/vector-indexes/jobs/{index_job_name}/
Describes the specified job scheduled to create a vector index.
Request
Path Parameters
-
index_job_name(required): string
The name of the vector index job.
There's no request body for this operation.
Security
-
BasicAuth: http
Type:
http -
BearerAuth: http
Type:
http -
OAuth2: oauth2
Type:
oauth2
Response
Supported Media Types
- application/json
- application/problem+json
200 Response
Description of the vector index creation or rebuild job that have been created.
404 Response
The specified index job was not found.