# Get job results

Retrieves job results.

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

## Path parameters:

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

## Query parameters:

  - `header` (boolean)
    whether to show the headers or not

  - `nullify_special` (boolean)
    convert NaN and Infinity values into null. Not available for formats msgpack or msgpack.gz


