---
title: "Get list of active (executing) strategies"
method: GET
path: "/cloud/strategies"
tags: ["Cloud API"]
---

# Get list of active (executing) strategies

`GET /cloud/strategies`

Get list of active (executing) strategies

## Response `200`

Successful operation

- CloudStrategy[]
  - `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)
