---
title: "List commands"
method: GET
path: "/command"
---

# List commands

`GET /command`

Get a list of all available commands in the Arctic system.

## Query parameters

- `directory` string

## Response `200`

List of commands

- Command[]
  - `name` string, required
  - `description` string
  - `agent` string
  - `model` string
  - `template` string, required
  - `subtask` boolean

---

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