> ## 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 Power Usage

Returns the current real-time power usage for a specific connector. Data is retrieved from live measurements.

<ParamField path="charger" type="string" required>
  The UUID of the charger.
</ParamField>

<ParamField path="connector_id" type="integer" required>
  The OCPP connector ID.
</ParamField>

## Response

<ResponseField name="timestamp" type="string">
  ISO 8601 timestamp of when the measurement was taken.
</ResponseField>

<ResponseField name="L1" type="string">
  Current on phase L1 in Amperes. Displays `-` if not available.
</ResponseField>

<ResponseField name="L2" type="string">
  Current on phase L2 in Amperes. Displays `-` if not available.
</ResponseField>

<ResponseField name="L3" type="string">
  Current on phase L3 in Amperes. Displays `-` if not available.
</ResponseField>

<ResponseField name="kW" type="string">
  Total power consumption in kilowatts.
</ResponseField>
