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
-
load_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 all the load jobs that have been created.
404 Response
The specified lod job was not found.