latestOpenAPI 3.0.12026-08-218193199.7 KB

a753ea35d9dd

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

records_insertedstring

Example response

{
  "records_inserted": "28345"
}