Skip to main content

Get callers for a symbol

GET 

/api/v1/assessments/:assessment_id/codeling/callers

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

Returns the target symbol plus its list of callers. The callees 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