Get charger provisioning status
Lightweight poll endpoint for the async create flow. Returns the current state (PENDING / PROVISIONING / READY / FAILED), the workflow run id for debugging, and error when the workflow terminated unsuccessfully.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
charger_id
Internal charger deployment identifier returned by charger CRUD endpoints. Use charger identity for simulator and control endpoints.
Response
Status retrieved
charger_id
status
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.
workflow_run_id
error
Populated when status=FAILED. Clients can branch on error.code and use error.retryable to decide whether to re-submit.
provisioned_at
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error