strategy_create_status
Check the progress and status of an asynchronous strategy creation job, providing real-time updates on completion percentage, current step, and final results when ready.
Instructions
Poll async job progress for strategy creation.
Args: job_id: Job identifier from strategy_create
Returns: Dict with job_id, status, progress_percent, current_step, iterations_completed, iterations_total, elapsed_seconds, result (when complete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||