Jobs
Get job statistics by id
Show the statistics of the job, including records inserted.
get/job/statistics/{job_id}
Path parameters
job_idinteger required
unique identifier of job
Example:19
the job id
Response
OK
Example response
{
"records_inserted": "28345"
}Changes
No recorded changes to this endpoint across all 5 revisions of this API.