Get red team run
Get a specific red team run
Authorizations
API Key authentication. Format: "Bearer YOUR_API_KEY"
Path Parameters
UUID of the red team run
Response
Red team run details
A red team run that generates adversarial prompts based on a spec
Unique identifier for the run
ID of the red team spec used for this run
Name of the associated red team spec
ID of the company that owns this run
Name of the company that owns this run
Number of adversarial behaviors to generate
x >= 1Number of adversarial prompts to generate for each behavior
x >= 1Model to use for generating adversarial prompts
deepseek-ai/DeepSeek-V3.1, deepseek-ai/DeepSeek-R1-0528-tput, moonshotai/Kimi-K2-Instruct, openai/gpt-oss-120b Current status of the run
PENDING, PROCESSING, SUCCEEDED, FAILED, CANCELED Timestamp when the run completed (null if still running)
Internal task ID for tracking the async job
Execution trace for debugging (internal use)
Generated adversarial behaviors and prompts (null while running)
Error message if the run failed
ID of the user who created this run
Email of the user who created this run
Timestamp when the run was created

