---
title: "List Prism Recompute Attempts"
method: GET
path: "/api/v1/admin/prisms/{prism_id}/recompute-attempts"
tags: ["Admin APIs", "prisms"]
---

# List Prism Recompute Attempts

`GET /api/v1/admin/prisms/{prism_id}/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.

## Path parameters

- `prism_id` string, required

## Query parameters

- `status` string, nullable — computed | skipped | failed | unpublished
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- PrismRecomputeAttemptListResponse
  - `total` integer, required
  - `items` PrismRecomputeAttemptResponse[], required
    - `id` string, uuid, required
    - `prism_id` string, uuid, required
    - `attempted_at` string, date-time, required
    - `trigger` string, required
    - `status` string, required
    - `reason_code` string, required
    - `reason` string, nullable
    - `sources` object[], nullable
    - `data_edge` string, date, nullable
    - `watermark` string, date, nullable
    - `compute_snapshot_id` string, uuid, nullable
    - `order_id` string, nullable
    - `total_price` number, nullable
  - `check_interval_seconds` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-08-28** `56e2edae9dfe` — 1 info
  - added the required property `check_interval_seconds` to the response with the `200` status

[Change history](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api/changes/api/v1/admin/prisms/:prism_id/recompute-attempts/get.md)

---

[API](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.dev/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/56e2edae9dfe/schema)
