---
title: "Gets updates of OCPP connection provisioning workflow"
method: GET
path: "/local-ocpp/v1/operators/{operatorId}/workflow"
tags: ["Direct OCPP - For Operators"]
---

# Gets updates of OCPP connection provisioning workflow

`GET /local-ocpp/v1/operators/{operatorId}/workflow`

Returns updates of OCPP configuration provisioning to all chargers on specified site. Requires 'traceparent' header with WorkflowId

## Path parameters

- `operatorId` string, required

## Response `200`

Success

- EaseeOCPPConfigurationAPIGetWorkflowResultsResponse
  - `statusUpdates` EaseeOCPPConfigurationAPIWorkflowStatusUpdate[] — List of updates
    - `created` string, date-time
    - `workflowStatus` 'Created' | 'Running' | 'Completed' | 'Failed'
    - `completedTasks` integer
    - `totalTasks` integer
    - `message` string

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/easee/apis/easee-cloud-api.md) · [All operations](https://skmtc.dev/easee/apis/easee-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/easee/easee-cloud-api/revisions/46ccab4af8b1/schema)
