_audit.get(
"/{chain_id}",
response_model=dict,
summary="Get AuditChain by ID",
description="Retrieve an AuditChain by chain_id.",
)
| 1 | """ |
| 2 | FastAPI integration for OrgKernel. |
| 3 | |
| 4 | Provides REST API endpoints for AgentIdentity, ExecutionToken, and AuditChain. |
nothing calls this directly
no outgoing calls
no test coverage detected