Skip to main content

Fetch SAST taint analysis data

GET 

/api/v1/assessments/:assessment_id/codeling/sast

Fetch SAST data (taint flows, endpoints) for the SAST view.

This is the heavy payload (~1MB+ for large repos) that is fetched lazily when the user opens the SAST tab, not on every page load.

  • Cached with ETag; terminal assessments use immutable cache.
  • 404 when SAST output is not yet available.

Request

Responses

Successful Response