> ## Documentation Index
> Fetch the complete documentation index at: https://developer.plugchoice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Bulk Command Run

Retrieves the current state of a bulk command run, including per-charger results. Poll this endpoint (e.g. every two seconds) until `status` is `completed`.

<ParamField path="run" type="string" required>
  The UUID returned by `POST /v3/chargers/commands/bulk`.
</ParamField>

## Response

Returns the run resource wrapped in `data`. See [Bulk Command](/api-reference/charger-actions/bulk-command#response) for field descriptions.
