---
title: "Get Bot Status"
method: GET
path: "/bot-orchestration/{bot_name}/status"
tags: ["Bot Orchestration"]
---

# Get Bot Status

`GET /bot-orchestration/{bot_name}/status`

Get the status of a specific bot.

Args:
    bot_name: Name of the bot to get status for
    bots_manager: Bot orchestrator service dependency

Returns:
    Dictionary with bot status information

Raises:
    HTTPException: 404 if bot not found

## Path parameters

- `bot_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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