---
title: "Get command by ID"
method: GET
path: "/cloud/commands/{commandid}"
tags: ["Cloud API"]
---

# Get command by ID

`GET /cloud/commands/{commandid}`

Get command by ID

## Path parameters

- `commandid` integer, required

## Response `200`

Successful operation

- object
  - `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)
