---
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 with default provider

- ModelsSessionsResponse
  - `defaultProvider` string — Current default provider from cookie
  - `sessions` object — Map of provider name to session
  - `timestamp` string — Timestamp of the response
  - `version` string — Version of the response format

## Other responses

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

---

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