Retrieve all schedulled load jobs.
get
/vecdb/load/jobs/
Describes all of the jobs scheduled to load data into a vector table.
Request
There are no request parameters for this operation.
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
200 Response
Description of all the load jobs that have been created.
Root Schema : VecDBJobCollection
Type:
Show Source
object-
count: integer
Total number of records in the current response.
-
hasMore: boolean
Indicates if there are more records to be retrieved.
-
items: array
items
-
limit: integer
The actual page size limit on number of records applied by the server.
-
links: array
links
-
offset: integer
The actual index from which the item resources are returned.