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

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Description of the vector index creation or rebuild jobs that have been created.
Body ()
Root Schema : VecDBJobLogItem
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source

404 Response

The specified index job was not found or the index job has not finished yet.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top