get_forge_run
Check status of an inference run launched with execute_forge.
Returns generated asset URLs and metadata when complete. Poll at the suggested interval.
Pass the `inference_id` that execute_forge returned.
IMPORTANT: Call `get_forge_instructions` for full lifecycle guidance.
Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
inference_idrequired | string (uuid) | — | The inference ID returned by execute_forge. |