v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBExport Issues
Asynchronously export issues matching filters to a file
Path parameters
Specifies the deployment to which the issues belong.
Request body
Specifies the deployment to which the issues belong.
Deprecated: use issue_types instead. Filters issues to those with the specified type.
| value | description |
|---|---|
| ISSUE_TYPE_SAST | Detected by Code rules |
| ISSUE_TYPE_SCA | Detected by Supply Chain rules |
| ISSUE_TYPE_SECRETS | Detected by Secrets rules |
| ISSUE_TYPE_RESEARCH | Detected by research rules or scanners |
| ISSUE_TYPE_AI_SAST | Detected by AI detection code scanning |
Specifies the field to sort the results by.
| value | description |
|---|---|
| SORT_BY_SEVERITY | |
| SORT_BY_REF | |
| SORT_BY_REPO | |
| SORT_BY_RULE | |
| SORT_BY_RELEVANT_SINCE | |
| SORT_BY_STATE |
Specifies the direction to sort the results.
| value | description |
|---|---|
| SORT_DIRECTION_ASC | |
| SORT_DIRECTION_DESC |
Sets the page size of the paginated list of issues.
Cursor used for pagination -- passing no value or an empty string effectively requests the first page.
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.
| value | description |
|---|---|
| ISSUE_TYPE_SAST | Detected by Code rules |
| ISSUE_TYPE_SCA | Detected by Supply Chain rules |
| ISSUE_TYPE_SECRETS | Detected by Secrets rules |
| ISSUE_TYPE_RESEARCH | Detected by research rules or scanners |
| ISSUE_TYPE_AI_SAST | Detected by AI detection code scanning |
When true, include AI remediation info (autofix and guidance) for each issue in the response. Defaults to false.
When true, include activity history (status changes, triage events, etc.) for each issue in the response. Defaults to false.
When true, populate the is_archived field on each issue in the response. Defaults to false.
Response
Accepted