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

# Get commands list

`GET /cloud/commands`

Get commands list

## Query parameters

- `count` integer

## Response `200`

Successful operation

- Command[]
  - `commandid` integer
  - `accountid` integer
  - `account` string
  - `type` integer
  - `commandtypename` string
  - `parameters` string
  - `message` string
  - `status` integer
  - `commandstatusname` string
  - `commanddate` string, date-time
  - `timestamp` string, date-time
  - `afstrategyid` 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)
