List skills Technical Preview; added in 9.4.0

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: read_agent_builder.

GET /api/agent_builder/skills
curl \
 --request GET 'https://localhost:5601/api/agent_builder/skills' \
 --header "Authorization: $API_KEY"