Skip to main content
Tasks are individual test cases within a Benchmark. Each task references a set of Criteria that the verification engine runs after the rollout to score the task.

Endpoints

Task Object

The GET /tasks/{id} response also returns a criteria array. Each entry has id, task_id, label, assertion, weight, and created_at. See Criteria for the assertion shape.

SDK Example