Skip to main content

Fetch the static analysis engine graph

GET 

/api/v1/assessments/:assessment_id/codeling/call-graph

Fetch the static analysis engine graph for the call-graph viewer.

Returns raw the static analysis engine graph_data. Complete graphs within the stored graph cap use compact v2; oversized stored graphs project to navigation-row v3, which graph consumers normalize.

  • Cached with ETag; terminal assessments use immutable cache.
  • 404 when no graph is on file for this assessment.

Request

Responses

Successful Response