# Findings ## Get a list of scan findings - [GET /api/v2/scans/{scanId}/findings](https://api-docs.mend.io/sast/sast-api/scans/listscanfindingsv2.md): Get a list of findings of a scan with an ID. ## Get a list of finding data flows - [GET /api/v2/scans/{scanId}/findings/{findingId}/data-flows](https://api-docs.mend.io/sast/sast-api/scans/listfindingdataflowsv2.md): Get a list of data flows of a finding in a scan. ## Find the highest priority findings. - [GET /api/v2/scans/{scanId}/prioritized-findings](https://api-docs.mend.io/sast/sast-api/scans/listprioritizedscanfindingsv2.md): Retrieve a list of findings prioritized by rating. ## Selectively update multiple findings - [PATCH /api/v2/scans/{scanId}/bulk/findings](https://api-docs.mend.io/sast/sast-api/findings/bulkpatchfindingv2.md): Selectively update multiple findings. ## Get a list of scan findings - [GET /api/v2/scans/{scanId}/findings](https://api-docs.mend.io/sast/sast-api/findings/listscanfindingsv2.md): Get a list of findings of a scan with an ID. ## Selectively update a finding - [PATCH /api/v2/scans/{scanId}/findings/{findingId}](https://api-docs.mend.io/sast/sast-api/findings/patchfindingv2.md): Selectively update a finding. ## Post a comment under a finding - [POST /api/v2/scans/{scanId}/findings/{findingId}/comments](https://api-docs.mend.io/sast/sast-api/findings/postfindingcommentv2.md): Post a comment under a finding in a scan. ## Get a list of finding data flows - [GET /api/v2/scans/{scanId}/findings/{findingId}/data-flows](https://api-docs.mend.io/sast/sast-api/findings/listfindingdataflowsv2.md): Get a list of data flows of a finding in a scan. ## Find the highest priority findings. - [GET /api/v2/scans/{scanId}/prioritized-findings](https://api-docs.mend.io/sast/sast-api/findings/listprioritizedscanfindingsv2.md): Retrieve a list of findings prioritized by rating. ## Get a list of finding data flows - [GET /api/v2/scans/{scanId}/findings/{findingId}/data-flows](https://api-docs.mend.io/sast/sast-api/data-flows/listfindingdataflowsv2.md): Get a list of data flows of a finding in a scan.