Get Project Scan ConfigurationAsk AIget https://{hostname}/api/v2/projects/{projectID}/scanparamsThis endpoint retrieves security creteria of the specific project.Path Params{projectID}stringrequiredID of the projectQuery Paramsstartint32Defaults to 0Start of the paginationlimitint32Defaults to 30Limit of the paginationmanualbooleanmeta_datastringtool_idstringTool ID of scan parambranchstringBranch of the scanfork_scanbooleanCheck scan param is a fork scan. Compares with project's main branch. If you compare with another branch, you must specify branch with fork_source_branch query parametertargetstringTarget ALM of the scan param. You must to set pr query parameter as true.agentstringAgent of the scan paramprstringCheck scan param is a PRenvironmentstringEnvironment of scan param. Accepts: production, feature, staging, developmentfork_source_branchstringCustom branch name for fork_scan query parameterHeadersX-CookiestringrequiredDefaults to TokenPersonal Access TokenResponses 200200 400400 401401 403403Updated 10 months ago