Skip to main content
GET
/
v1
/
config
/
skills
cURL
curl --request GET \
  --url http://localhost:2468/v1/config/skills
{
  "sources": [
    {
      "source": "<string>",
      "type": "<string>",
      "ref": "<string>",
      "skills": [
        "<string>"
      ],
      "subpath": "<string>"
    }
  ]
}

Query Parameters

directory
string
required

Target directory

skillName
string
required

Skill entry name

Response

Skills entry

sources
object[]
required