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

# Get Red Team Workflow Status

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

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

Get current status of a red team workflow.

## Path parameters

- `workflow_id` string, required — The workflow identifier

## Response `200`

Current workflow status

- WorkflowStatusResponse — Status of a red team workflow.
  - `workflow_id` string, required — Workflow identifier
  - `run_id` string, required — Run identifier
  - `status` string, required — Workflow status
  - `tenant_id` string — Tenant identifier
  - `name` string, required — Workflow name
  - `message` string — Status message
  - `error` string — Error message if failed
  - `total_sessions` integer — Total number of sessions
  - `completed_sessions` integer — Number of completed sessions
  - `failed_sessions` integer — Number of failed sessions
  - `active_sessions` integer — Number of active sessions
  - `ready_prompts_in_queue` integer — Number of prompts ready in queue
  - `progress_total` integer — Total progress items
  - `progress_completed` integer — Completed progress items
  - `phase` string — Current workflow phase
  - `elapsed_seconds` number, double — Elapsed time in seconds
  - `eta_seconds` number, double — Estimated time remaining in seconds

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