MCPcopy Create free account
hub / github.com/MetapriseAI/OrgKernel / get_chain

Route get_chain

src/orgkernel/pyapi/router.py:None–None  ·  view source on GitHub ↗
_audit.get(
    "/{chain_id}",
    response_model=dict,
    summary="Get AuditChain by ID",
    description="Retrieve an AuditChain by chain_id.",
)

Source from the content-addressed store, hash-verified

1"""
2FastAPI integration for OrgKernel.
3
4Provides REST API endpoints for AgentIdentity, ExecutionToken, and AuditChain.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected