---
title: "Get command"
method: GET
path: "/commands/{name}"
tags: ["product:chat"]
---

# Get command

`GET /commands/{name}`

Returns custom command by its name

## Path parameters

- `name` string, required — Command name

## Response `200`

GetCommandResponse

- GetCommandResponse, nullable
  - `args` string, required
  - `created_at` string, date-time
  - `description` string, required
  - `duration` string, required
  - `name` string, required
  - `set` string, required
  - `updated_at` string, date-time

## 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/3dba86aaa0d8/schema)
