v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
IssuesService

Bulk Update Issues

Bulk triage issues that match specified filters

patch/api/agent/deployments/{deploymentId}/findings/v2

Path parameters

deploymentIdstring required

Specifies the deployment to which the findings belong.

Request body

deploymentIdstring

Specifies the deployment to which the findings belong.

issueType'ISSUE_TYPE_SAST' | 'ISSUE_TYPE_SCA' | 'ISSUE_TYPE_SECRETS' | 'ISSUE_TYPE_RESEARCH' | 'ISSUE_TYPE_AI_SAST' enum

Deprecated: use issue_types instead. Filters findings to those with the specified type (based on the product which produced these issues).

valuedescription
ISSUE_TYPE_SASTDetected by Code rules
ISSUE_TYPE_SCADetected by Supply Chain rules
ISSUE_TYPE_SECRETSDetected by Secrets rules
ISSUE_TYPE_RESEARCHDetected by research rules or scanners
ISSUE_TYPE_AI_SASTDetected by AI detection code scanning
issueTypesstring[]

Filters findings to those with any of the specified types. When empty, falls back to the deprecated issue_type field for backward compatibility.

valuedescription
ISSUE_TYPE_SASTDetected by Code rules
ISSUE_TYPE_SCADetected by Supply Chain rules
ISSUE_TYPE_SECRETSDetected by Secrets rules
ISSUE_TYPE_RESEARCHDetected by research rules or scanners
ISSUE_TYPE_AI_SASTDetected by AI detection code scanning

Response

OK

issueParentCountinteger

Number of issue parents triaged.

issueCountinteger

Number of issues triaged across parents.

updatedCountinteger

Number of issues updated successfully.

numIgnoredinteger

Per-permission breakdown when a bulk ignore is split by the developer's per-issue triage permission (only populated for ignore actions when the developer exception-approvals feature is enabled). Number of issues ignored directly.

numExceptionsRequestedinteger

Number of issues for which an exception request was created instead of an ignore (developer has request-only permission).

numSkippedinteger

Number of issues skipped because the developer cannot triage them.