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
- 200
- 400
- 401
- 403
- 404
- 409
- 422
- 429
- 500
- 502
- 503
Successful Response
Invalid cursor or query.
Missing, expired, or invalid credentials.
Authenticated but not authorized for this resource. Note: cross-organization reads return 404, not 403.
Snapshot unavailable.
Bounded aggregation incomplete.
Semantic validation failure — request shape was valid but contents were not.
Too many requests — rate limited. Retry after the window resets.
Internal server error — unexpected failure.
Snapshot validation failed.
Query resource limit exceeded.