Skip to Content

POST /test/get

Get Test Artifact

Get benchmark test artifact details with tests/invocations in parallel.

Request Body (GetTestArtifactRequest)

FieldTypeRequiredDescription
test_idstringYesUUID of the test to fetch
configs_groups_pageintegerNo1-indexed page of group section headers
configs_groups_page_sizeintegerNoGroup headers per page
configs_expandedstring[]NoGroup IDs the user has expanded; rows fetched only for these
configs_expanded_page_sizeintegerNoRows per expanded group
configs_searchstringNoFree-text filter on group name
configs_selectedstring[]NoRun IDs currently selected in the picker; messages preloaded for preview
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (GetTestArtifactResponse)

FieldTypeRequiredDescription
testGetTestResponseNoTest entry data
invocationsGetTestInvocationResponse[]NoTest invocations
statusstringNoOverall test status
eval_namestringNoName of the eval
eval_descriptionstringNoDescription of the eval
rubric_namestringNoName of the rubric
infinite_modebooleanNoWhether infinite mode is enabled
runsTestRunItem[]NoRun items derived from invocations
configsTestConfigItem[]NoRun configs only for groups in configs_expanded
configs_groupsTestConfigGroup[]NoGroup section headers (current outer page)
configs_totalintegerNoTotal run configs across all groups (universe size)
configs_groups_totalintegerNoTotal groups matching filters (outer pagination universe)
configs_per_group_totalobjectNogroup_id → total row count (used by inner pagination ‘Show more’ math)
status_summaryTestStatusSummaryNoSummary of invocation statuses
show_controlsbooleanNoWhether to show UI controls
current_invocation_idstringNoID of the current invocation
has_runs_or_groupsbooleanNoWhether the test has runs or groups
next_invocation_idstringNoUUID of the next uncompleted invocation, or null if all are done
invocation_detailsInvocationDetail[]NoPer-invocation graded payloads (rubric_structure + runs[] with grading_state)
entriesTestEntriesNoEntry payloads by type
resourcesTestResourcesNoResource maps keyed by ID
Last updated on