GET /api/agent_builder/skills

Spaces method and path for this operation:

get /s/{space_id}/api/agent_builder/skills

Refer to Spaces for more information.

List all available skills (built-in and user-created).

[Required authorization] Route required privileges: agentBuilder:read.

GET /api/agent_builder/skills
curl \
 --request GET 'https://<KIBANA_URL>/api/agent_builder/skills' \
 --header "Authorization: $API_KEY"