Retrieve the full body of a skill by ID
Business Knowledge
Retrieve the full body of a skill by ID
Returns the full procedural body of a SKILL entry. Agents call this endpoint after scanning the skill stubs from GET /business-knowledge and determining that a skill’s whenToUse trigger matches the current situation. Only returns active SKILL entries that belong to the caller’s organization. Returns 404 when the entry does not exist, is inactive, or belongs to another organization. Requires businessKnowledge.read permission. Compatible with service-account tokens (solya_sa_*).
GET
Retrieve the full body of a skill by ID
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Path Parameters
Unique identifier of the skill to retrieve (UUID)
List business knowledge entries for the authenticated organizationList active business-logic rules for the authenticated organization

