Skip to main content
GET
/
redTeams
/
runs
{
  "value": [
    {
      "id": "<string>",
      "displayName": "<string>",
      "numTurns": 123,
      "attackStrategies": [
        "easy"
      ],
      "simulationOnly": false,
      "riskCategories": [
        "HateUnfairness"
      ],
      "applicationScenario": "<string>",
      "tags": {},
      "properties": {},
      "status": "<string>",
      "target": {
        "type": "<string>"
      }
    }
  ],
  "nextLink": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-ms-client-request-id
string<uuid>

An opaque, globally-unique, client-generated string identifier for the request.

Query Parameters

api-version
string
required

The API version to use for this operation.

Minimum length: 1

Response

The request has succeeded.

Paged collection of RedTeam items

value
object[]
required

The RedTeam items on this page

The link to the next page of items