v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
IssuesService

Get Issue Filters

Get available filter options for issues

post/api/agent/deployments/{deploymentId}/issue_filters

Path parameters

deploymentIdstring required

Specifies the deployment to which the issues belong.

Request body

deploymentIdstring

Specifies the deployment to which the issues 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 issues to those with the specified type. If set to ISSUE_TYPE_UNSPECIFIED, only generic filters will be returned

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 issues to those with any of the specified types (based on the product which produced these issues). 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

repoNamesstring[]

Applies to all issue types. Deprecated, migrate to repos

repoTagsstring[]

Applies to all issue types. Deprecated, migrate to tags

refsstring[]

Applies to all issue types

rulesetNamesstring[]

Applies to SAST issues only.

ruleNamesstring[]

Applies to SAST issues only. Deprecated, migrate to rules instead.

categoriesstring[]

Applies to SAST issues only.

teamNamesstring[]

Applies to all issue types

secretTypesstring[]

Applies to Secrets issues only