---
title: "Session details"
method: GET
path: "/api/session/{id}"
tags: ["Session"]
---

# Session details

`GET /api/session/{id}`

Retrieves details for the specified charging session.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- SessionEndData — ISessionEndRequest with optional SessionEnd to allow for both complete and incomplete sessions.
  - `energy` number, double
  - `sessionEnd` string, date-time, nullable
  - `sessionId` string, uuid
  - `sessionStart` string, date-time
  - `signedSession` string, nullable

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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