Skip to main content
POST
Triage issue

Authorizations

Authorization
string
header
required

Get access to data with your API token. Example header:

Authorization: Bearer 2991e2fb4b540fe75b8f90677b0b892b6314e4961cb001fe6eb452eee248a628

The token can be provisioned from the Tokens section in your Settings, and requires explicitly enabling Web API access.

Path Parameters

deploymentId
string
required
issueId
string
required

Body

application/json
deploymentId
string
issueId
string
triageState
enum<string>
Available options:
TRIAGE_STATE_IGNORED,
TRIAGE_STATE_OPEN,
TRIAGE_STATE_REOPENED,
TRIAGE_STATE_REVIEWING,
TRIAGE_STATE_FIXING,
TRIAGE_STATE_PROVISIONALLY_IGNORED,
TRIAGE_STATE_FIXED
triageReason
enum<string>
Available options:
TRIAGE_REASON_FALSE_POSITIVE,
TRIAGE_REASON_ACCEPTABLE_RISK,
TRIAGE_REASON_NO_TIME

Response

200 - application/json

OK

data
Issue · object

An issue generated by a Semgrep Agentic Workflow.