Skip to main content

Get callees for a symbol

GET 

/api/v1/assessments/:assessment_id/codeling/callees

Get the callee hierarchy for a symbol by its graph node ID.

Returns the target symbol plus its list of callees. The callers field is omitted from this endpoint's response.

  • Cached with ETag; terminal assessments use immutable cache.
  • 404 if the symbol does not exist in the graph; 502 if loading fails.

Request

Responses

Successful Response