Get Knowledge Object
arena_get_knowledgeWhat does the platform know about this subject? Fetch a versioned, explainable Knowledge Object by type + subject (e.g. type='market_regime', subject='GLOBAL'). Returns the current published envelope: payload, explanation (factors + weights + confidence), provenance (inputs + params), ontology binding, compute version. ONE tool covers ALL knowledge types. Set include_graph=true to also walk the knowledge graph: resolved outbound edges (what this object is derived_from / references) + inbound edges (what derives from / references it), each with api_path + seo_slug so you can follow them. [Free tier; per-object access additionally gated by min_tier]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Knowledge object type, e.g. 'market_regime'. | |
| as_of | No | Specific date YYYY-MM-DD. Omit for latest. | |
| subject | Yes | Subject ref, e.g. 'GLOBAL', 'BTC'. | |
| include_graph | No | If true, attach the resolved edge neighbourhood (outbound + inbound) for graph traversal. |