generation_status
Retrieve the current status of a model generation job using its job ID. Supports providers meshy and openscad.
Instructions
Check the status of a model generation job.
Args:
job_id: Job ID returned by ``generate_model``.
provider: Provider that owns the job (``"meshy"`` or ``"openscad"``).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| provider | No | meshy |