get_swarm_status
Poll a swarm's status to get its goal, current phase (running_subs, synthesizing, done, or failed), sub-job counts, and synthesis job ID once available.
Instructions
Poll the status of a swarm created by swarm_task. Returns goal, status (running_subs | synthesizing | done | failed), sub_job counts, and synthesis_job_id once spawned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| swarm_id | Yes | Swarm ID returned by swarm_task |