Resolve a Nowledge resource URI
Resolve one capability-free nowledgemem:// reference against the authenticated backend and workspace. This endpoint never fetches HTTP(S) or file URLs.
Query Parameters
uri*string
Capability-free nowledgemem:// URI to resolve.
agent_id?string
Optional agent identity used only by Context KFS renderers.
source_app?string
Optional calling application identity used only by Context renderers.
host_agent_id?string
Optional host-agent identity used only by Context renderers.
space_id?string
Optional Space lens used only by Context renderers.
include_working_memory?boolean
Include Working Memory in a resolved Context Bundle.
Response Body
application/json
curl -X GET "https://example.com/resources/resolve?uri=string"{ "body": "string", "canonical_uri": "string", "frontmatter": null, "kind": "string", "mime_type": "string", "path": "string", "requested_uri": "string"}Empty
Empty