ambr_get_contract_status
Check the status of a contract and its amendment chain.
Returns the current status and any linked amendments (parent or child contracts). Useful for verifying if a contract is active, amended, or terminated.
Args:
id (string, required): Contract ID, SHA-256 hash, or UUID
Returns:
contract_id, status, created_at
amendment_type, parent_contract_hash
amendments: Array of child contracts (if any)
Legibility: amendments are bilateral and themselves dual-format — the chain stays legible from original through every revision.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Contract ID (amb-YYYY-NNNN), SHA-256 hash, or UUID |