Get a case
Fetch a case by id, including its decision result once the workflow
has completed. Requires the cases:read scope.
The status field reflects only lifecycle (received / completed),
not the outcome — read result.decision.value for the decision.
Authorizations
A tenant-scoped API key provisioned by Frayme.
Path Parameters
The case identifier returned by POST /cases.
Response
The case.
KYC, KYB, Transaction Lifecycle only, not the outcome. received — workflow not yet finished (result absent). in_review — paused in a manual-review queue. completed — inspect result.decision.value.
received, in_review, completed Typed business attributes used for entity resolution and review. Set exactly one sub-struct, and it must match type: transaction for Transaction, person for KYC, business for KYB.
Present only once the workflow has completed.