GET /api/chain/:slug/awareness/status
Public read — same canRead gate as /state. The numbers are aggregate counters per origin, not per-row data, so even a share-token caller gets to see the integrity state of the chain they're allowed to read.
| Method | GET |
| Path | /api/chain/:slug/awareness/status |
| Domain | State machines · State Machine |
| Tier | computation (public) |
| Auth | public (no key) |
Request
curl -X GET https://zeqsdk.com/api/chain/YOUR_MACHINE/awareness/status
Generated from the node's own route registry (GET /api/endpoints) — this path is live.