Authorization: Bearer ********************
curl --location --request GET '/api/v1/platform/bots/'
{
"code": 0,
"data": {
"bot": {
"adapter": "aiocqhttp",
"adapter_config": {
"access-token": "",
"host": "0.0.0.0",
"port": 2280
},
"created_at": "2025-04-16T05:28:15",
"description": "rock's QQ bot",
"enable": false,
"name": "RocksBot",
"updated_at": "2025-04-16T05:29:57",
"use_pipeline_name": "Second",
"use_pipeline_uuid": "daa79c70-61e5-4fc3-9cc7-1c77103e3763",
"uuid": "f7d7dda8-1ff8-4725-8c1e-17a06327d886"
}
},
"msg": "ok"
}