# 5.6. Thông tin bot

<table><thead><tr><th width="410">URL</th><th>Method</th></tr></thead><tbody><tr><td><a href="https://services.entrade.com.vn/bot-api/bots?_start=%3Cstart%3E&#x26;end=%3Cend%3E&#x26;investorId=%3Cinvestor_id%3E&#x26;status=%3Cstatus%3E">https://services.entrade.com.vn/bot-api/bots?_start=%3Cstart%3E&#x26;end=%3Cend%3E&#x26;investorId=%3Cinvestor_id%3E&#x26;status=%3Cstatus%3E</a></td><td>GET</td></tr></tbody></table>

#### Request header

| Field         | Type        | Description         |
| ------------- | ----------- | ------------------- |
| Authorization | <p><br></p> | Bearer \<JWT Token> |

#### Query parameters

| Field      | Type        | Description                                                   |
| ---------- | ----------- | ------------------------------------------------------------- |
| start      | String      | Số bắt đầu, nên để là 0                                       |
| end        | <p><br></p> | Số kết thúc, để start = 0 thì đây là số lượng bot muốn trả về |
| investorId | String      | Mã khách hàng                                                 |
| status     | <p><br></p> | nhận “RUNNING”, “PENDING, “FAILED” và “STOPPED”               |

#### Request Body

| Field | Type        | Description |
| ----- | ----------- | ----------- |
| N/A   | <p><br></p> | <p><br></p> |

#### Response Body

| Field | Type        | Description |
| ----- | ----------- | ----------- |
| data  | <p><br></p> | Bên dưới    |

#### data

| Field             | Type        | Description                                   |
| ----------------- | ----------- | --------------------------------------------- |
| env               | String      | Môi trường đặt bot (“papertrade” hoặc “real”) |
| id                | <p><br></p> | Số hiệu bot (có thể dùng để dừng bot)         |
| investorId        | String      | Mã khách hàng                                 |
| investorAccountId | Int         | Mã tài khoản của bot                          |
| strategyId        | Int         | Số hiệu chiến thuật                           |
| strategyVersion   | <p><br></p> | Phiên bản chiến thuật                         |
| strategyName      | <p><br></p> | Tên chiến thuật                               |
| …                 | <p><br></p> | <p><br></p>                                   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hdsd2.entrade.com.vn/entrade-api/tai-lieu-api-cu/5.-tu-dong-hoa-avatar-bot/5.6.-thong-tin-bot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
