---
title: "Get Red Team Workflow Result"
method: GET
path: "/evaluations/v1/red-team/{workflow_id}"
tags: ["Red Team Evaluations"]
---

# Get Red Team Workflow Result

`GET /evaluations/v1/red-team/{workflow_id}`

[BETA] This endpoint is not GA or Production ready and is subject to changes at any time. Breaking changes may occur.

Get the complete result of a red team workflow.

## Path parameters

- `workflow_id` string, required — The workflow identifier

## Response `200`

Complete workflow result

- WorkflowResultResponse — Complete result of a red team workflow.
  - `workflow_id` string, required — Workflow identifier
  - `run_id` string, required — Run identifier
  - `status` string — Workflow status (e.g., "completed")
  - `result` RedTeamResultPayload, required — Full red team workflow result payload.
    - `name` string — Workflow name
    - `target_context` string — Target context description
    - `evaluation_report` string — Final evaluation report text
    - `settings` object — Workflow configuration settings used for this evaluation
    - `attacker_results` object — Detailed attacker session results including prompts, responses, and judgements
    - `usage` object — Token usage statistics across all models
    - `report` object — Structured evaluation report with metrics and analysis

## Other responses

- `401` — Authentication Error
- `403` — Forbidden Error
- `404` — The specified resource was not found.
- `422` — Validation Error

## Changes

- **2026-06-24** `efca861e915b` — 1 breaking
  - the `errors/items/pointer` response's property type/format changed from `array`/`` to `string`/`` for status `422`
- **2026-05-11** `5e3d05c2a957` — 3 breaking, 5 info
  - the response property `type` became optional for the status `422`
  - removed the required property `loc` from the response with the `422` status
  - removed the required property `msg` from the response with the `422` status
  - media type `application/json` was changed to `application/json; charset=utf-8` for the response status `422`
  - …4 more
- **2026-04-09** `2b17c7051a37` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api/changes/evaluations/v1/red-team/:workflow_id/get.md)

---

[API](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api.md) · [All operations](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hiddenlayerai/hiddenlayer-audit-api/revisions/d8c55b669109/schema)
