GET
/
api
/
projects
/
{projectName}
/
skills
curl --request GET \
  --url http://127.0.0.1:47334/api/projects/{projectName}/skills
[
  {
    "name": "<string>",
    "type": "<string>",
    "source": "<string>",
    "database": "<string>",
    "tables": [
      "<string>"
    ],
    "description": "<string>"
  }
]

Path Parameters

projectName
string
required

The name of the project where agent resides

Response

200
application/json
A JSON array of skill names

The response is of type object[].