# Trigger test run

Triggers a test run.

Endpoint: POST /api/v3.0/projects/{projectUuid}/ai/redteam/trigger
Version: 3.0
Security: bearer-key

## Path parameters:

  - `projectUuid` (string, required)
    UUID of the project

## Request fields (application/json):

  - `name` (string, required)
    Name of the test run

  - `targetId` (integer, required)
    Target ID for the test run

  - `probeIds` (array, required)
    List of probe IDs to run

## Response 200 fields (application/json):

  - `data` (object)

  - `data.testRunId` (integer)
    ID of the triggered test run

  - `supportToken` (string)


