Skip to main content

Fetch the symbol outline for a file

GET 

/api/v1/assessments/:assessment_id/codeling/file-outline

Get all symbol definitions in a file, sorted by line number.

Useful for rendering a file outline / breadcrumb picker.

  • Cached with ETag; terminal assessments use immutable cache.
  • 404 if no graph exists for this assessment; 502 if loading fails.

Request

Responses

Successful Response