---
title: "Retrieve help information for the given command."
method: GET
path: "/help"
tags: ["help"]
---

# Retrieve help information for the given command.

`GET /help`

## Query parameters

- `command` string, required

## Response `200`

Help information retrieved successfully.

- union
  - HelpListResponse
    - `commands` string[] — A list of all available commands.
  - HelpCommandResponse — Detailed help information for a specific command.
    - `command` string — The name of the command.
    - `description` string — Detailed description of the command.

## Other responses

- `400` — Bad request
- `404` — Command not found
- `default` — Unexpected problem.

---

[API](https://skmtc.dev/asyncapi/apis/asyncapi-server-api.md) · [All operations](https://skmtc.dev/asyncapi/apis/asyncapi-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/asyncapi/asyncapi-server-api/revisions/4e4c84b02d25/schema)
