---
title: "Get world bot deployment"
method: GET
path: "/{worldId}/bots/{botDeploymentId}/"
tags: ["Worlds Bots", "public"]
---

# Get world bot deployment

`GET /{worldId}/bots/{botDeploymentId}/`

Get the details for a specific bot deployment for the specified world.

## Path parameters

- `worldId` string, required
- `botDeploymentId` string, required

## Headers

- `x-m2-organization-id` string, required — The ID of an organization
- `x-m2-project-id` string, required — The ID of a project

## Response `200`

The details for a bot deployment

- GetBotDeploymentResponse — The details for a bot deployment
  - `documentId` string, required — The ID of a bot deployment
  - `description` string
  - `configuration` object, required
    - `count` number, required
    - `cpu` string, regex
    - `memory` string, regex
    - `args` string[]
    - `durationMinutes` number
  - `status` object, required
    - `phase` union, required
      - 'Pending'
      - 'Starting'
      - 'Active'
      - 'Updating'
      - 'Complete'
      - 'Failed'
    - `message` string
    - `startedAt` number
    - `worldStartedAt` string
    - `cluster` object
      - `name` string, required
      - `computeGroup` string, required
  - `metadata` object
    - `annotations` object
    - `labels` object
  - `organizationId` string, required
  - `projectId` string, required
  - `worldId` string, required

## Other responses

- `404` — The error object returned by the API when an error occurs

---

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