Get the logs associated to a scheduled load job.

get

/vecdb/load/jobs/{load_job_name}/jobfile

Returns the log associated to a given load job.

Request

Path Parameters

There's no request body for this operation.

Security
Back to Top

Response

Supported Media Types

200 Response

Description of all the load jobs that have been created.
Body ()
Root Schema : VecDBJobLogItem
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source

404 Response

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