# Get Bot by Bot Id and Get list of Bots

| Method     | GET                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| ---------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Media Type | application/json                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| URL        | http\://\[server]/dolphin/apiv1/graph/bots?start=0\&count=1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Header     | Authorization : Bearer \[generatedToken]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| Body       |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| Status     | 200                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
| Response   | <p>{<br>“status”: “success”,<br>“data”: \[<br>{<br>     “id”: “{botId}”,<br>     “owner”: “{ownerId}”,<br>     “createdDate”: 1584932918462,<br>     “createdBy”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”,<br>     “modifiedDate”: 1586938785285,<br>     “modifiedBy”: “82ab0fd5cfd1e80d1ff97c0cfc9aa9e2”,<br>     “botName”: “\[botName]”,<br>     “activationText”: “”,<br>     “activationCommand”: “”,<br>     “dialogTimeout”: 60,<br>     “language”: “MIXED”,<br>     “contextual”: false,<br>     “confident”: 80,<br>     “optionsConfig”: \[<br><br>“{\”language\”:\”indonesia\”,\”buttonAltText\”:\”Ketik:\”,\”buttonAltLink\”:\”Klik:\”, \”optionListButtonImage\”:\”\[optionListButtonImage]\”, \”optionButtonImage\”:\”optionButtonImage\”, \”optionListButtonAction\”:\”Tanya\”, \”optionListButtonMessage\”:\”Apakah informasi berikut yang anda maksud ?\”, \”optionListButtonSubtitle\”:\”Klik tombol berikut untuk mengetahui informasi ini\”, \”botToAgentText\”:\”Terima kasih, saat ini anda masuk dalam antrian pelayanan customer service \[customer\_name]\”, \”agentToBotText\”:\”Saat ini anda telah terhubung kembali dengan virtual assistant kami\”, \”inactiveAgentText\”:\”Terima kasih, anda masuk dalam antrian kami, harap untuk menunggu ya.. \[customer\_name]\”}”,”<br><br>{\”language\”:\”english\”,\”buttonAltText\”:\”Type:\”,\”buttonAltLink\”:\”Click:\”, \”optionListButtonImage\”:\”optionListButtonImage\”, \”optionButtonImage\”:\”optionListButtonImage\”, \”optionListButtonAction\”:\”Ask\”, \”optionListButtonMessage\”:\”Are you asking the following question ?\”, \”optionListButtonSubtitle\”:\”Click this button to get the information\”, \”botToAgentText\”:\”Thanks, please hold at the moment you are in the customer service queue now.\”, \”agentToBotText\”:\”You are connected back with our virtual assistant now.\”, \”inactiveAgentText\”:\”Thanks to contact us, but we are sorry that currently our agent is not online.\”}”,”<br><br>{\”language\”:\”Turkish\”,\”buttonAltText\”:\”Turkish\”,\”buttonAltLink\”:\”Turkish\”, \”optionListButtonImage\”:\”Turkish\”,\”optionButtonImage\”:\”Turkish\”, \”optionListButtonAction\”:\”Turkish\”,\”optionListButtonMessage\”:\”Turkish\”, \”optionListButtonSubtitle\”:\”Turkish\”,\”botToAgentText\”:\”Turkish\”, \”agentToBotText\”:\”Turkish\”,\”inactiveAgentText\”:\”Turkish\”}”<br>     ]<br>    },<br>   ],<br><br>“hasMore”: false,<br>“nextIndex”: 0,<br>“prevIndex”: 0,<br>“totalResults”: 0<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://docs.3dolphins.ai/5.1.x-1/api/bot-api/get-bot-by-bot-id-and-get-list-of-bots.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.
