---
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

---

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