Red Team Evaluations

List Red Team Results

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

List completed red team workflow results with filtering and bidirectional pagination.

Results are ordered by completed_at DESC (newest first). Returns metadata only - use GET /evaluations/v1/red-team/{workflow_id} for full payload.

get/evaluations/v1/red-team

Query parameters

target_modelstring

Filter by target model

workflow_typestring

Filter by workflow type

statusstring

Filter by workflow status

start_time_fromstring date-time

Filter for results started after this time

start_time_tostring date-time

Filter for results started before this time

page_sizeinteger

Maximum number of results to return

cursorstring

Pagination cursor from previous response

Response

List of result metadata

firststring

Cursor for first page

nextstring

Cursor for next page

prevstring

Cursor for previous page

Changes