# Get job statistics by id

Show the statistics of the job, including records inserted.

Endpoint: GET /job/statistics/{job_id}
Version: 3
Security: ApiKeyAuth

## Path parameters:

  - `job_id` (integer, required)
    the job id
    Example: 19

## Response 200 fields (application/json):

  - `records_inserted` (string)
    Example: "28345"


