v1

latestOpenAPI 3.0.0HERE Documentation License2026-07-142162791.8 MB
Bulk jobs

Gets bulk upload status

Gets bulk upload status and progress

get/bulkjobs/v4/deviceUploads/{jobId}/status

Response

Successful

failedinteger required

The number of devices for which all planned upload operations failed.

fileNamestring

The name of the upload file.

partiallySucceededinteger required

The number of devices for which some upload operations succeeded.

pendinginteger required

The number of devices that are still waiting upload operations to be done.

progressnumber required

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

status'pending' | 'ongoing' | 'completed' | 'failed' | 'cancelled' | 'acknowledged' required

Status of the bulk upload.

succeededinteger required

The number of devices for which all planned upload operations succeeded.

totalinteger required

The total number of devices to be uploaded in this job.

type'create' | 'delete'

Type of bulk job (either create or delete)