Red Team Evaluations

Submit Target Response

Submit target's response.

This triggers the ProcessTargetResponseWorkflow child workflow for the specified session. Returns immediately.

post/evaluations/v1-beta/red-team/{workflow_id}/target-response

Path parameters

workflow_idstring required

The workflow identifier

Request body

session_idstring required

Session identifier

target_responsestring required

Target's response text

Response

Response submitted successfully

is_okboolean required

Whether the submission was successful

messagestring required

Human-readable status message

errorstring

Error code if ok=false

Changes