Get CPO 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
cpo_id
CPO identifier. Backed by ocpp.partner_operations.id (string, positive integer).
Response
Status retrieved
cpo_id
status
Durable provisioning states the status endpoint can report.
status_url
workflow_run_id
error
Populated when status=FAILED. Clients can branch on error.code and use error.retryable to decide whether to re-submit.
progress
Mid-workflow progress snapshot while status=PROVISIONING. Null for PENDING rows and legacy rows with no step history.
provisioned_at
created_at
updated_at
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error