---
title: "List all active OAuth sessions for the current user."
method: GET
path: "/oauth/sessions"
tags: ["OAuth"]
---

# List all active OAuth sessions for the current user.

`GET /oauth/sessions`

Returns:
List of active sessions including client info, creation time, and scope

## Response `200`

OK

- OAuthSessionResponse[]
  - `token_id` string, required
  - `client_name` string, required
  - `client_id` string, required
  - `created_at` integer, required
  - `scope` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `405` — Method not allowed
- `409` — Conflict
- `500` — Internal server error
- `default` — Default error response

---

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