curl --request GET \
--url http://{your-domain}/v1/aibot/bots/{AgentId}/conversation{
"data": [
{
"conversationId": "<string>",
"title": "<string>",
"createTime": "<string>",
"updateTime": "<string>"
}
],
"total": 1
}curl --request GET \
--url http://{your-domain}/v1/aibot/bots/{AgentId}/conversation{
"data": [
{
"conversationId": "<string>",
"title": "<string>",
"createTime": "<string>",
"updateTime": "<string>"
}
],
"total": 1
}Number of records per page
0 <= x <= 100Offset
x >= 0Whether to query default conversation
Was this page helpful?