MindsDB
Open Source Product Docs
cURL
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots
[ { "name": "<string>", "database_name": "<string>", "agent_name": "<string>" } ]
The name of the project where agent resides
A JSON array of skill names
The response is of type object[].
object[]
Was this page helpful?