Get statistics of the current validation execution for a container
Gets statistics of the current validation execution for a given
container, including the execution ID, the execution start time, end time and running
time, and also the number of total records, processed records, and invalid
records.
Request |
|
Parameters |
|
Headers |
|
Response | The statistics of the current validation execution for the specified container. |
Status |
|
Sample response
{
"id": "e5aa900c-ddc4-47e4-a81a-9dc1c863b6a2",
"start_date": "2019-03-12T03:31:25.755",
"end_date": "2019-03-12T03:32:00.594",
"running_time": "9:40:39",
"total_record": 6,
"processed_records": 6,
"invalid_records": 0
}