Get the logs associated to a scheduled vector index job.
get
/vecdb/vector-indexes/jobs/{index_job_name}/jobfile
Returns the log associated to a given vector index job.
Request
Path Parameters
-
index_job_name(required): string
The name of the load 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 jobs that have been created.
404 Response
The specified index job was not found or the index job has not finished yet.