List business knowledge entries for the authenticated organization
Returns all active business knowledge entries for the caller’s organization. The response is split into two arrays: guidance (full bodies — declarative knowledge injected as ambient context by the agent) and skills (lightweight stubs without body — activatable procedures the agent loads on demand). Both arrays support optional filtering by actionFamily and tags using transversal semantics: entries with an empty list on a dimension match any value for that dimension. Call GET /business-knowledge/ to retrieve the full body of a skill after matching its whenToUse trigger. Requires businessKnowledge.read permission. Compatible with service-account tokens (solya_sa_*).
Authorizations
User session token issued by NextAuth. For human users accessing Solya via the web application.
Query Parameters
Filter by action family. Entries with an empty actionFamilies list (transversal) always match. Allowed values: RESTOCK_PLAN, REBALANCE_PLAN, MARKDOWN_PLAN, PRE_SEASON_PLAN, RECOMMENDATION, WORKFLOW, SUPPLIER_RETURN_PLAN, SUPPLIER_EXCHANGE_PLAN
RESTOCK_PLAN, REBALANCE_PLAN, MARKDOWN_PLAN, PRE_SEASON_PLAN, RECOMMENDATION, WORKFLOW, SUPPLIER_RETURN_PLAN, SUPPLIER_EXCHANGE_PLAN Filter by tags. Accepts multiple values (?tags=restock&tags=pricing). Entries with an empty tags list (transversal) always match. Optional.

