submit_job
Submit large-scale simulation jobs for asynchronous processing. Get a job ID and receive completion via webhook when done.
Instructions
Submit a long-running async simulation job. Use for n_simulations > 500,000 or when you need a callback. Returns a job_id — poll with get_job_status. Submitting persists the job under the active API key's organization; when callback_url is set, completion is delivered to it by outbound webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objective | No | maximize | |
| variables | Yes | ||
| callback_url | No | Webhook URL for completion notification | |
| n_simulations | No |