Get bulk charger-create job status
Get bulk charger-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 per-charger success and failure reports once READY.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Response
Terminal + in-flight states for async charger provisioning.
Mirrors CpoProvisioningStatus so callers observe the same shape
for both durable flows. PENDING is the transient state between
the 202 response and the workflow’s first webhook.
Populated when status=FAILED. Clients can branch on error.code and use error.retryable to decide whether to re-submit.