ateam_test_status
Poll the progress of an async skill test. Returns iteration count, tool call steps, status (running/completed/failed), and result when done.
Instructions
Poll the progress of an async skill test. Returns iteration count, tool call steps, status (running/completed/failed), and result when done. (Advanced — use ateam_test_skill with wait=true for synchronous testing.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution_id | Yes | The solution ID | |
| skill_id | Yes | The skill ID | |
| job_id | Yes | The job ID returned by ateam_test_skill |