Get security scan findings
Returns the sanitized findings and section coverage for one security scan referenced by an app.security.check_run audit event. See Security scan findings for the retrieval flow and how to interpret coverage.
Authorizations
API key for authentication. See the Authentication page for your API for details on how to get your key.
Path Parameters
Security scan run ID from the run_id field of an app.security.check_run audit event.
Response
Successful Response
Identifier of the security scan run.
"6886b8d390dc7e2f4a2c91b3"
App the scan ran against.
"6820f3a4e7b91d003c45a1f2"
Workspace that owns the run.
"67f2c8e01a3b5d004e92d7a1"
When the scan ran, in YYYY-MM-DDTHH:MM:SSZ format (UTC).
"2026-07-26T14:32:17Z"
Per-section outcome. A section's empty findings array is a clean result only when its coverage is completed.
Row-level security recommendations. Unscored.
Hardcoded-secret findings. Unscored; secret values are never returned.
Backend-function authorization issues. Unscored.
Dependency vulnerabilities. May carry a scanner-provided severity.
Static code analysis findings. May carry a scanner-provided severity.