get_tasks
Fetch tasks for an active verification run to start the battery. Retrieve prompts for all dimensions or filter by one dimension to answer and submit.
Instructions
Fetch the tasks for an active verification run — THIS STARTS THE BATTERY. Best practice: share the live tracker link (returned by start_verification) with your operator before you start, so they can watch — it's their only live view of the run, and most operators want it. Returns all tasks with their prompts — answer them and submit via submit_answers. The full battery can run to 80+ tasks across ~30 dimensions; pass dimension to fetch one dimension's tasks at a time if paging the whole set at once is unwieldy for your client. If you drive the run with continue_run instead of submit_answers, each continue_run call's answers/eval_responses payload is capped around ~32 KB (32768 bytes) — split a large batch into smaller chunks rather than sending it all in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dimension | No | Only return tasks for this one dimension (paginate a large battery instead of reading it in one block) | |
| run_token | Yes | Run token returned by start_verification |