---
title: "Get sessions list"
method: GET
path: "/cloud/sessions"
tags: ["Cloud API"]
---

# Get sessions list

`GET /cloud/sessions`

Get sessions list

## Response `200`

Successful operation

- Session[]
  - `sessionid` integer
  - `userid` integer
  - `login` string
  - `hwid` string
  - `computer` string
  - `mode` string
  - `sessionmodename` string
  - `status` integer
  - `sessionstatusname` string
  - `timestamp` string, date-time
  - `type` integer

## Other responses

- `500` — Error

---

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