Skip to main content

Fetch the ordered taint trace for one code finding

GET 

/api/v1/assessments/:assessment_id/codeling/sast-findings/trace

Fetch one ordered source-free taint-trace page for a single finding.

Steps come from the persisted per-match dataflow trace in semantic execution order. Only taint-mode findings own a trace; an unknown match key or a search-mode finding is an invalid query (400), matching the engine's fail-closed contract. trace_available on the finding page tells the caller whether this route will succeed.

Request

Responses

Successful Response