---
title: "Get TG bot commands"
method: GET
path: "/v1/accounts/{accountId}/telegram-commands"
tags: ["Account Settings"]
---

# Get TG bot commands

`GET /v1/accounts/{accountId}/telegram-commands`

Get the bot commands configuration for a Telegram account.

## Path parameters

- `accountId` string, required

## Response `200`

Bot commands list

- object
  - `data` object[]
    - `command` string
    - `description` string

## Other responses

- `400` — Not a Telegram account
- `401` — Unauthorized

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/5d3a131531d9/schema)
