---
title: "Get all sessions"
method: GET
path: "/sessions"
tags: ["sessions"]
---

# Get all sessions

`GET /sessions`

Retrieve all active sessions for the user

## Response `200`

List of sessions

- SessionsLoginServer
  - `sessions` object
  - `timestamp` string
  - `version` string — Map of session ID to Session object

## Other responses

- `400` — Bad request
- `500` — Internal server error

---

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