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

Changes

No recorded changes to this endpoint across all 1 revision of this API.