Skip to main content
GET
/
v1
/
agents
/
{id}
/
skills
List an agent's skills
curl --request GET \
  --url https://api.hq.zone/v1/agents/{id}/skills \
  --header 'Authorization: Bearer <token>'
{
  "enabled": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

Agent id

Response

Enabled skill subset (empty = all installed)

enabled
string[]
required