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

# List commands

`GET /command`

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

## Query parameters

- `directory` string

## Response `200`

List of commands

- Command[]
  - `name` string, required
  - `description` string
  - `agent` string
  - `model` string
  - `source` 'command' | 'mcp' | 'skill'
  - `template` union, required
    - string
    - string
  - `subtask` boolean
  - `hints` string[], required

## Changes

> 50 revisions in range; 1 could not be searched.

- **2026-01-31** `09d871a84980` — 1 warning, 1 info
  - removed the optional property `items/mcp` from the response with the `200` status
  - added the optional property `items/source` to the response with the `200` status
- **2026-01-14** `099a52ba8e1c` — 1 warning, 1 info
  - removed the optional property `items/source` from the response with the `200` status
  - added the optional property `items/mcp` to the response with the `200` status

[Change history](https://skmtc.dev/martian-engineering/apis/voltcode/changes/command/get.md)

---

[API](https://skmtc.dev/martian-engineering/apis/voltcode.md) · [All operations](https://skmtc.dev/martian-engineering/apis/voltcode/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/martian-engineering/voltcode/revisions/d28625e4a7ea/schema)
