Skip to main content

Retry failed assessment

POST 

/assessments/:assessmentPid/retry

Re-queues a failed assessment by dispatching a new RiskAssessmentWorkflow with resume: true from the last completed stage, locks credits again, and returns 202 with workflowRunId and optional resumedFromStage. Requires project contributor scope and a billable org. Returns 409 when status is not failed (including completed, queued, or running); returns 404 when the assessment or prior workflow input is missing.

Request

Responses

Success