Skip to main content
GET
/
v3
/
chargers
/
commands
/
bulk
/
{run}
Get Bulk Command Run
curl --request GET \
  --url https://app.plugchoice.com/api/v3/chargers/commands/bulk/{run} \
  --header 'Authorization: Bearer <token>'
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.
run
string
required
The UUID returned by POST /v3/chargers/commands/bulk.

Response

Returns the run resource wrapped in data. See Bulk Command for field descriptions.