---
title: "List all seller bots with enriched data"
method: GET
path: "/marketplace/seller/bots-enriched"
tags: ["Bot"]
---

# List all seller bots with enriched data

`GET /marketplace/seller/bots-enriched`

Get all bots created by seller with enriched data

## Query parameters

- `published` boolean, nullable — Filter by whether the bots are published or not

## Response `200`

Successful Response

- GetAllBotEnrichedResponse
  - `data` BotEnrichedSchema[], 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
    - `botName` string, nullable, required
    - `sourceType` 'open_source' | 'protected' | 'invite_only', required
    - `hapiStatus` 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/versions/5b184d9b617c/schema)
