MindsDB
Open Source Product Docs
cURL
curl --request GET \ --url http://127.0.0.1:47334/api/projects/{projectName}/agents
[ { "name": "<string>", "model": "<string>", "skills": [ "<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?