Retrieve details of an schedulled load job.

get

/vecdb/load/jobs/{load_job_name}/

Describes the specified job scheduled to load data into a vector table.

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 : VecDBJobItem
Type: object
Show Source
Nested Schema : LinkRelation
Type: object
Show Source

404 Response

The specified lod job was not found.
Body ()
Root Schema : ORDSErrorResponse
Type: object
Show Source
Back to Top