Returns the details of a jobget https://batch.search.hereapi.com/v7/batch/jobs/{jobId}Fetches the details of the job with the specified ID.Path ParamsjobIdstringrequiredIdentifier that was auto-generated on job creation and uniquely identifies the job.HeadersX-Request-IDstringUser-provided token that can be used to trace a request or a group of requests sent to the service.Responses 200The details of the job found. 401API response in case of unauthorized access. 403API response in case of forbidden access. 404API response when the job with the specified ID could not be located. defaultAPI response in case of errors.Updated 2 months ago