Skip to content

Beta module namespace

redteam

Beta routes may change with notice and are NOT covered by the 24-month stable window of the core contract.

Every module route is enumerated with method, path, auth and required permission; request/response schemas are not published for the beta surface.

9 operations

MethodPathRequired permissionAuthenticationSummary
get/v1/m/redteam/catalogredteam:run:readBearer tokenredteam module route (requires redteam:run:read)
get/v1/m/redteam/runsredteam:run:readBearer tokenredteam module route (requires redteam:run:read)
post/v1/m/redteam/runsredteam:scan:adminBearer tokenredteam module route (requires redteam:scan:admin)
get/v1/m/redteam/runs/{id}redteam:run:readBearer tokenredteam module route (requires redteam:run:read)
get/v1/m/redteam/runs/{id}/resultsredteam:run:readBearer tokenredteam module route (requires redteam:run:read)
get/v1/m/redteam/targetsredteam:target:readBearer tokenredteam module route (requires redteam:target:read)
post/v1/m/redteam/targetsredteam:target:adminBearer tokenredteam module route (requires redteam:target:admin)
get/v1/m/redteam/targets/{id}redteam:target:readBearer tokenredteam module route (requires redteam:target:read)
post/v1/m/redteam/targets/{id}/authorizeredteam:target:adminBearer tokenredteam module route (requires redteam:target:admin)