Fetch deterministic source-code findings
GET/api/v1/assessments/:assessment_id/codeling/sast-findings
Fetch one deterministic code-finding page without source materialization.
Filters are applied natively before keyset pagination. The summary
total_count stays the exact repo-wide finding count (matching the
Static Analysis navigation badge); per-severity counts cover the page.
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.