Skip to main content

Resume a paused assessment

POST 

/api/v1/assessments/:assessment_id/resume

Resume a paused assessment after the underlying issue is fixed.

Paused assessments are ones where a manager agent failed with a recoverable error (e.g. budget exhausted). This endpoint resumes the failed manager agent in the runner and transitions the assessment back from paused to running.

  • Scope required: assessments:update + write permission.
  • Rate-limit tier: read/default.
  • Only assessments in paused state can be resumed.

Request

Responses

Successful Response