Admin APIs
prisms
List Prism Recompute Attempts
The recompute attempt log, newest first: every gate decision, forced compute, failure and restriction-unpublish for this prism, each with its reason and per-source freshness detail. The UI polls this to watch decisions land in realtime.
One row per decision, not per tick: the gate runs every few seconds and an unchanged verdict appends nothing, so the newest row is the latest thing that changed rather than the latest time anything was checked.
get/api/v1/admin/prisms/{prism_id}/recompute-attempts
Path parameters
prism_idstring required
Query parameters
statusstring nullable
computed | skipped | failed | unpublished
computed | skipped | failed | unpublished
limitinteger
offsetinteger
Response
Successful Response
Changes
Changed in 1 of the 4 revisions of this API.1
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○