kaiten_get_compute_job
Retrieve an asynchronous compute job's status and result, poll after requesting an async chart, and get chart data when processing completes.
Instructions
Get the status and result of an asynchronous compute job. Use this to poll for results after requesting an async chart. The response contains a 'status' field ('queued', 'processing', 'done', 'failed') and a 'result' field with the chart data when status is 'done'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Compute job ID returned by an async chart tool |