Admin APIs
prisms

List Prism Computes

The compute timeline: by default one effective row per compute day (latest computed_at wins). Light rows only — fetch a row's full snapshot via the detail endpoint when rendering its graph.

get/api/v1/admin/prisms/{prism_id}/computes

Path parameters

prism_idstring required

Query parameters

include_supersededboolean

Include within-day history: earlier computes for a day that a later run (e.g. a manual repair) superseded.

Include within-day history: earlier computes for a day that a later run (e.g. a manual repair) superseded.

Response

Successful Response

idstring uuid required
prism_idstring uuid required
compute_datestring date required
computed_atstring date-time required
platform_published_atstring date-time nullable
triggerstring required
publishedboolean required
order_idstring nullable
framework_idstring nullable
total_pricenumber nullable
data_throughstring date nullable
window_startstring date nullable
window_endstring date nullable

Changes

Changed in 1 of the 4 revisions of this API.1

    • added the optional property items/platform_published_at to the response with the 200 status

      response-optional-property-added