seal_get
Check an intent's current state (open, sealed, or failed), tier, and certificate to confirm whether an action was completed or needs retry.
Instructions
Read-only status of one intent: {intent, action, state, tier, cert, domain, graph_id, created_at}. state is open (claimed, not yet sealed), sealed (done — cert present), or failed (released); tier is the clearance tier it ran under. Unknown intent returns {error: 'unknown intent'} rather than an error. Changes nothing. Use seal_verify for the whole chain and seal_incident_receipt for an auditor-grade export of one intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | The intent id returned by seal_admit / seal_propose (also `intent` on any cert). Identifies one logical action. |