Retrieve a chatbot

Fetch a single chatbot by ID.

GET /api/v1/chatbots/:id

Fetch a single chatbot by ID.

Scope: chatbots:read

Path parameters

ParamType
:idstring

Example request

curl https://dashboard.getmacha.com/api/v1/chatbots/chatbot_64f1c0... \
  -H "Authorization: Bearer $MACHA_API_KEY"

Errors

StatusCodeWhen
404not_foundUnknown chatbot ID.

© 2026 AGZ Technologies Private Limited