> For the complete documentation index, see [llms.txt](https://hdsd2.entrade.com.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hdsd2.entrade.com.vn/entrade-api/tai-lieu-api-cu/5.-tu-dong-hoa-avatar-bot/5.7.-thong-tin-backtest.md).

# 5.7. Thông tin backtest

<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/backtests?_start=%3Cstart%3E&#x26;_end=%3Cend%3E&#x26;investorId=%3Cinvestor_id%3E">https://services.entrade.com.vn/bot-api/backtests?_start=%3Cstart%3E&#x26;_end=%3Cend%3E&#x26;investorId=%3Cinvestor_id%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                                                 |

#### Request Body

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

#### Response Body

<table><thead><tr><th width="252">Field</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td>data</td><td><br></td><td>Bên dưới</td></tr></tbody></table>

#### data

| Field           | Type        | Description           |
| --------------- | ----------- | --------------------- |
| id              | <p><br></p> | Số hiệu backtest      |
| investorId      | String      | Mã khách hàng         |
| 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>           |
