---
title: "GET /account/{account_id}/sessions"
method: GET
path: "/account/{account_id}/sessions"
---

# GET /account/{account_id}/sessions

`GET /account/{account_id}/sessions`

Returns all sessions associated with a specific account

## Path parameters

- `account_id` string, required

## Response `200`

Account sessions response

- SessionsResponse
  - `request_id` string — The ID of the request
  - `sessions` string[] — List of session IDs associated with the account

## Other responses

- `400` — Account not found

---

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