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

# Get Red Team Workflow Result

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

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 workflow.
  - `workflow_id` string, required — Workflow identifier
  - `run_id` string, required — Run identifier
  - `result` object, required — Full workflow result payload

## Other responses

- `404` — The specified resource was not found.
- `422` — Validation Error

## Changes

- **2026-02-04** `45f22ddfb53a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hiddenlayerai/apis/hiddenlayer-audit-api/changes/evaluations/v1-beta/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/45f22ddfb53a/schema)
