AI Agents
Get a Skill
Gets info about an existing skill.
GET
/
api
/
projects
/
{projectName}
/
skills
/
{skillName}
Path Parameters
The name of the project where agent resides
Name of existing skill
Response
200 - application/json
Type of skill (text2sql | knowledge_base).
Used to store a knowledge_base object when type is set to knowledge_base.
Used to store a data source connection when type is set to text2sql.
Used to store table(s) names when type is set to text2sql.
Skill description is important for an agent to decide which skill to use.
Was this page helpful?