/
SE
semgrep
/
Semgrep Web App
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
AiFixJobsService
1
AiTasksService
3
AutofixService
1
AutomationsService
5
AutotriageFeedbackService
1
ChecklistService
3
DeploymentProductsService
3
DeploymentService
16
DeploymentsService
2
DeploymentSsoProvidersService
1
DeploymentTagService
5
EditorService
1
post
Run Pattern
ExternalTicketingService
5
FeatureRolloutsService
1
FindingsService
1
IgnoresService
4
InfrastructureConfigurationsService
1
IssuesService
8
ManagedScanSettingsService
4
MemoriesService
9
MiscService
8
NotificationRulesService
5
NotificationsService
2
NotificationWebhooksService
6
PoliciesService
6
PoliciesV2Service
8
ProjectManagedScanSettingsService
2
ProjectsService
19
ReportsService
15
ReviewCommentProductContentService
4
RuleboardService
8
ScansService
5
ScmAppsService
10
ScmService
7
ScmSubscriptionsService
4
SlackService
6
SmsPackageManagerConfigService
4
SmsScaResolutionConfigService
1
SupplyChain2Service
6
SupplyChainService
5
SupportService
2
SurveysService
2
TasksService
1
TeamsService
9
TicketingService
4
TokenService
1
TriageService
1
UsersService
5
VersionsService
1
WizCredentialService
6
EditorService
Run Pattern
Execute a Semgrep pattern against target code and return the results
post
/api/run
Request body
ProtosEditorV1RunPatternRequest
required
pattern
string
target
string
language
string
isDeep
boolean
isDebug
boolean
Response
OK
ProtosEditorV1RunPatternResponse
required
semgrep_result
ProtosEditorV1SemgrepResultData
test_result
ProtosEditorV1TestCaseData[]
ai_autofixes
string[]
Changes