---
title: "Get active (executing) strategy by ID"
method: GET
path: "/cloud/strategies/{strategyid}"
tags: ["Cloud API"]
---

# Get active (executing) strategy by ID

`GET /cloud/strategies/{strategyid}`

Get active (executing) strategy by ID

## Path parameters

- `strategyid` integer, required

## Response `200`

Successful operation

- object
  - `strategyid` integer
  - `strategy` string
  - `account` string
  - `accountid` integer
  - `status` integer
  - `strategystatusname` string
  - `message` string
  - `hwid` string
  - `computer` string
  - `timestamp` string, date-time
  - `userid` integer
  - `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)
