For the complete documentation index, see llms.txt. This page is also available as Markdown.

Scans, issues, and findings

Description
Endpoint

Retrieve a list of branch periodic scans

GET /public_api/appsec/v1/scans/periodic

Retrieve a list of pull request PR scans

GET /public_api/appsec/v1/scans/pr

Retrieve a list of CI scans

GET /public_api/appsec/v1/scans/ci

Retrieve unscanned Application Security repositories

GET /public_api/appsec/v1/scans/unscanned_repositories

Retrieve individual issue records found during a specific scan

GET /public_api/appsec/v1/scans/{scanId}/issues

Retrieve raw scanner findings for a specific scan

GET /public_api/appsec/v1/scans/{scanId}/findings

Trigger a rerun of a repository scan

POST /public_api/appsec/v1/scan/repository/{repositoryId}

Last updated

Was this helpful?