Skip to main content

Fetch assessment project state

GET 

/api/v1/assessments/:assessment_id/project

Fetch the full project state for an assessment.

Returns the runner's Project document (sitemap, vulnerabilities, blackbox state, test plan, threat model, etc.) with internal database IDs stripped server-side. The response shape is loose — all fields are optional and reflect whichever subsystems have run.

  • Scope required: assessments:read.
  • Rate-limit tier: read (default).
  • Returns 404 when no root agent exists or the project hasn't been materialised yet.

Request

Responses

Successful Response