v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-0318386446.4 KB

Get Prediction Confidence Status

Read current state of the confidence resource for prediction_id.

Returns 404 when no one has POSTed and no row exists. Otherwise returns 200 with status completed / queued / failed.

get/api/v1/arbiters/predictions/{prediction_id}/confidence

Path parameters

prediction_idstring required

Headers

authorizationstring nullable

Cookies

modaic_sessionstring nullable

Response

Successful Response

status'queued' | 'completed' | 'failed' required
prediction_idstring required
scorenumber nullable
errorstring nullable