Gets specific data load job
get
/data-tools/data-loads/{owner},{data_load_job_id}
Gets specific data load job
Request
Path Parameters
-
data_load_job_id(required): string
name of data load job to get
-
owner(required): string
Owner for the data load.
There's no request body for this operation.
Back to TopResponse
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:
objectStatus of a data load job
Show Source
-
data_load_job_id: string
Name of data load jobExample:
SALES-LOAD-20220529-112233-4567 -
exception_details: object
exception_details
Exception details for failed job
-
progress: integer
Percentage completeExample:
42 -
rows_loaded: integer
Rows loaded so farExample:
10342 -
rows_rejected: integer
Rows rejected so farExample:
3 -
rows_total: integer
Total rows for completed jobExample:
16572 -
rows_total_estimate: integer
Estimated total rows for in-progress jobExample:
15000 -
state: string
Allowed Values:
[ "RUNNING", "COMPLETE", "INPROGRESS", "WAITING" ] -
time_completion: string
Example:
2022-05-29 01:30:00 -
timestamp: string
Example:
2022-06-05 07:30:00
Nested Schema : exception_details
Type:
objectException details for failed job
404 Response
Data Load Job not found