v43

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-0953227392.1 KB
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

limitinteger

Maximum number of results to return

page_sizeinteger

Deprecated alias for limit. Use limit instead. Will be removed after SDK regen.

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

laststring

Cursor for last page (empty string when not known)