List all runs for all jobs
List all runs for all jobs
Get the list of recent job runs for all job configurations.
GET
List all runs for all jobs
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Response
200 - */*
OK
The job run's current status.
Available options:
unknown, idle, starting, running, finishing, cancelling, finished, cancelled, error, skipped The unique job run ID.
The job's configuration details.
The host that ran the job.
The job's start time, shown if the job has finished.
The job's end time, shown if the job has finished.
The job's total run time, shown if the job has finished.
Example:
[
{
"state": "running",
"jobId": "xamafwrdxnkb",
"jobConfig": {
"type": "parallel-bulk-loader",
"id": "index_synthetic_data",
"format": "json",
"path": "gs://lucidworks-example-data/hardware/1000/1000_synthetic.json",
"outputCollection": "Synthetic_dataset_test",
"outputIndexPipeline": "Synthetic_dataset_test",
"clearDatasource": false,
"defineFieldsUsingInputSchema": true,
"atomicUpdates": false,
"cacheAfterRead": false,
"continueAfterFailure": false,
"updates": [
{
"userId": "docs",
"timestamp": "2025-08-14T20:50:09.847634657Z"
}
]
},
"hostname": "10.64.19.46",
"result": {
"jobConfigId": "index_synthetic_data",
"jobRunId": "xamafwrdxnkb",
"podId": "driver-index-synthetic-data-xama-xamafwrdxnkb"
}
}
]