---
title: "GET /api/v1/bots/{botId}"
method: GET
path: "/api/v1/bots/{botId}"
tags: ["Bots"]
---

# GET /api/v1/bots/{botId}

`GET /api/v1/bots/{botId}`

## Path parameters

- `botId` string, required

## Response `200`

Bot

- object
  - `id` string, required
  - `name` string, required
  - `slug` string, required
  - `poolId` string, nullable, required
  - `status` 'active' | 'paused' | 'deleted', required
  - `modelId` string, required
  - `systemPrompt` string, nullable, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.net/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/versions/ee3237405da6/schema)
