---
title: "Get a bot by ID"
method: GET
path: "/marketplace/seller/bot/{botId}"
tags: ["Bot"]
---

# Get a bot by ID

`GET /marketplace/seller/bot/{botId}`

Get the bot

## Path parameters

- `botId` string, uuid, required

## Response `200`

Successful Response

- GetBotResponse
  - `data` BotSchema, required
    - `botId` string, uuid, required
    - `sellerId` string, uuid, required
    - `hubBotMetadataId` integer, required
    - `encrypted` boolean, required
    - `subscriptionOnly` boolean, required
    - `published` boolean, required
    - `strategyCode` string, nullable, required
    - `strategyParams` StrategyParam[], required
      - `paramName` string, required
      - `defaultValue` unknown, required
      - `metadata` StrategyParamMetadata
        - `label` string, nullable
        - `helperText` string, nullable
        - `valueType` 'int' | 'float' | 'bool' | 'str', nullable
        - `enumValues` union
          - number[]
          - integer[]
          - string[]
        - `displayIfParamHasValue` object, nullable
    - `createdTs` string, date-time, required
    - `lastModifiedTs` string, date-time, required
    - `strategyCodeForCompilation` string, nullable, required
    - `s3UrlCompiledStrategyDarwinArm` string, nullable, required
    - `s3UrlCompiledStrategyDarwinIntel` string, nullable, required
    - `s3UrlCompiledStrategyWin32X64` string, nullable, required

## Other responses

- `default` — Error response

---

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