GET
/templates/:id/knowledgetemplates:readRead the grounding doc
Read a template's grounding doc — the source of truth a reply bot answers from.
Arguments
| Name | Type | In | Description |
|---|---|---|---|
idrequired | string | path | — |
Request
curl -X GET "https://your-server/api/agent/templates/<id>/knowledge" \
-H "Authorization: Bearer $WA_AGENT_KEY"Same call, as a tool
# MCP tool name
get_knowledge
# CLI (planned)
$ wa knowledge <id> --get