Skip to Content
API ReferenceTestPOST /benchmark

POST /test/benchmark

Get Benchmark

Get benchmark artifact data with the canonical shared benchmark operation.

Request Body (BenchmarkRequest)

FieldTypeRequiredDescription
start_datestringNoFilter start date
end_datestringNoFilter end date
department_idsstring[]NoDepartment IDs to filter by
history_pageintegerNoHistory pagination page number
history_page_sizeintegerNoHistory items per page
history_eval_idsstring[]NoEval IDs for history filter
history_searchstringNoSearch string for history
history_archivedbooleanNoFilter by archived status
history_sort_bystringNoHistory sort field
history_sort_orderstringNoHistory sort direction
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (BenchmarkResponse)

FieldTypeRequiredDescription
evalsBenchmarkEvalOperational[]NoEval cards for benchmark page
departmentsBenchmarkDepartmentItem[]NoDepartment resources
department_optionsFilterOption[]NoDepartment filter options
date_range_earlieststringNoEarliest date in data range
date_range_lateststringNoLatest date in data range
historyBenchmarkHistoryResponseNoPaginated test history
analyticsAnalyticsFacetsNoInline analytics facets for SSR
Last updated on