---
title: "Get All Sessions"
method: GET
path: "/api/v1/sessions"
tags: ["Session"]
---

# Get All Sessions

`GET /api/v1/sessions`

This API is used to get all the sessions.

## Response `200`

Sessions found.

- object
  - `statusCode` number
  - `message` string
  - `data` unknown[] — List of session objects. See https://securo.readme.io/reference/the-session-object for more information.
    - unknown

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden Resources

---

[API](https://skmtc.dev/securo/apis/securo-api.md) · [All operations](https://skmtc.dev/securo/apis/securo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/securo/securo-api/revisions/6cdab218fa72/schema)
