Get a skill by id Technical Preview; added in 9.4.0

GET /api/agent_builder/skills/{skillId}

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.

Path parameters

  • skillId string Required

    The unique identifier of the skill.

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