---
title: "GET /device/strategy"
method: GET
path: "/device/strategy"
tags: ["all", "strategy"]
---

# GET /device/strategy

`GET /device/strategy`

Returns the name, date, time, and CRC of the strategy currently in the controller, and the number of charts currently running. Empty strings and a 0 will be returned when there is no strategy.

## Response `200`

OK

- StrategyResponse
  - `crc` string
  - `date` string
  - `runningCharts` integer
  - `strategyName` string
  - `time` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/opto22/apis/pac.md) · [All operations](https://skmtc.net/opto22/apis/pac/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opto22/pac/versions/2288d966c8f4/schema)
