Get bulk location-create job status
Get bulk location-create job status
Lightweight poll endpoint for the async bulk-create flow. Returns the job’s current state (PENDING / PROVISIONING / READY / FAILED), the workflow run id for debugging, error when the workflow terminated unsuccessfully, and results with the created location ids on READY.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
cpo_id
CPO identifier — the stringified integer returned by POST /ocpi/cpos (backed by ocpp.partner_operations.id).
job_id
Response
Status retrieved
job_id
job_type
status
State machine for the durable bulk-location async job.
workflow_run_id
error
Populated when status=FAILED. Clients can branch on error.code and use error.retryable to decide whether to re-submit.
results
provisioned_at
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error