get_job retrieves the status and output of a job by ID. Use this to poll async jobs until they complete.
Parameters
Job ID (UUID). This is returned by
run_agent or solve after execution.Example Usage
Example Output
While processing:Related Tools
list_jobs— List all your recent jobsrun_agent— Execute an agent and get a job IDrate_agent— Rate an agent after the job completes