---
title: "User Consumption"
method: GET
path: "/api/sessions/user/{userId}/total/{from}/{to}"
tags: ["Charge Session"]
---

# User Consumption

`GET /api/sessions/user/{userId}/total/{from}/{to}`

Get total consumption for a user for a specific period. Rate limited at max 10 requests per 60 minutes.

## Path parameters

- `userId` integer, required
- `from` string, date-time, required
- `to` string, date-time, required

## Response `200`

- number, double

## Other responses

- `404`

---

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