Spaces method and path for this operation:
get /s/{space_id}/api/agent_builder/skills/{skillId}
Refer to Spaces for more information.
Get a specific skill by ID.
[Required authorization] Route required privileges: read_agent_builder.
GET
/api/agent_builder/skills/{skillId}
curl \
--request GET 'https://localhost:5601/api/agent_builder/skills/{skillId}' \
--header "Authorization: $API_KEY"