Gets data load jobs
get
/ords/_/db-api/stable/data-tools/data-loads/
Request
There are no request parameters for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Status of multiple data loads
Nested Schema : data_load_statuses
Type:
Show Source
array
-
Array of:
object data-load-status
Status of a data load job
Nested Schema : data-load-status
Type:
object
Status of a data load job
Show Source
-
data_load_job_id(optional):
string
Name of data load jobExample:
SALES-LOAD-20220529-112233-4567
-
exception_details(optional):
object exception_details
Exception details for failed job
-
progress(optional):
integer
Percentage completeExample:
42
-
rows_loaded(optional):
integer
Rows loaded so farExample:
10342
-
rows_rejected(optional):
integer
Rows rejected so farExample:
3
-
rows_total(optional):
integer
Total rows for completed jobExample:
16572
-
rows_total_estimate(optional):
integer
Estimated total rows for in-progress jobExample:
15000
-
state(optional):
string
Allowed Values:
[ "RUNNING", "COMPLETE", "INPROGRESS", "WAITING" ]
-
time_completion(optional):
string
Example:
2022-05-29 01:30:00
-
timestamp(optional):
string
Example:
2022-06-05 07:30:00
Nested Schema : exception_details
Type:
object
Exception details for failed job
204 Response
No jobs found