v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Registry

Gets the multiple device license request job status

Checks the progress of a previously created multiple device license request batch job.

get/registry/v2/{jobId}/status

Path parameters

jobIdstring uuid required

An asynchronous job ID. UUID v.4.0.

Headers

X-Request-Idstring uuid

ID used for correlating requests within HERE Tracking. Used for logging and error reporting.

Must be a valid UUIDv4.

Response

Successful

percentnumber required

The percentage of the job that was completed at the time of the request.

status'started' | 'complete' required

The status of the batch job. When the job status is complete, use the /registry/v2/{jobId}/results endpoint to get the device licenses

Example response

{
  "percent": 10,
  "status": "started"
}