---
title: "Get Bot Run By Id"
method: GET
path: "/bot-orchestration/bot-runs/{bot_run_id}"
tags: ["Bot Orchestration"]
---

# Get Bot Run By Id

`GET /bot-orchestration/bot-runs/{bot_run_id}`

Get a specific bot run by ID.

Args:
    bot_run_id: ID of the bot run
    db_manager: Database manager dependency

Returns:
    Bot run details

Raises:
    HTTPException: 404 if bot run not found

## Path parameters

- `bot_run_id` integer, 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)
