---
title: "Fetch Sessions"
method: GET
path: "/auth/session/all"
tags: ["Session"]
---

# Fetch Sessions

`GET /auth/session/all`

Fetch all sessions associated with this account.

## Response `200`

- SessionInfo[]
  - `_id` string, required
  - `name` string, required

## Other responses

- `default` — An error occurred.

---

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