---
title: "List Active Sessions"
method: GET
path: "/v1/auth/sessions"
tags: ["Auth"]
---

# List Active Sessions

`GET /v1/auth/sessions`

Returns a list of all active login sessions for the currently authenticated user.

## Response `200`

List of active sessions

- object
  - `sessions` Session[]
    - `id` string, uuid, required
    - `user_id` string, uuid, required
    - `token` string, required — Session token string (partially masked in lists).
    - `expires_at` string, date-time, required
    - `created_at` string, date-time, required

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.net/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
