---
title: "List commands"
method: GET
path: "/commands"
tags: ["product:chat"]
---

# List commands

`GET /commands`

Returns all custom commands

## Response `200`

ListCommandsResponse

- ListCommandsResponse, nullable
  - `commands` Command[], required — List of commands
    - `args` string, required — Arguments help text, shown in commands auto-completion
    - `created_at` string, date-time — Date/time of creation
    - `description` string, required — Description, shown in commands auto-completion
    - `name` string, required — Unique command name
    - `set` string, required — Set name used for grouping commands
    - `updated_at` string, date-time — Date/time of the last update
  - `duration` string, required

## Other responses

- `400` — Bad request
- `429` — Too many requests

---

[API](https://skmtc.net/getstream/apis/stream-api.md) · [All operations](https://skmtc.net/getstream/apis/stream-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getstream/stream-api/versions/8d5c27f1f6b2/schema)
