flux_get_task
Check the status and retrieve results of an image generation task using its task ID. Get image URLs and metadata when generation completes.
Instructions
Query the status and result of a Flux image generation task.
Use this to check if a generation is complete and retrieve the resulting
image URLs and metadata.
Use this when:
- You want to check if an image generation has completed
- You need to retrieve image URLs from a previous generation
- You used async callback and want to check results later
- The initial generation returned a task_id without immediate results
Returns:
Task status and generation result including image URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The task ID returned from a generation or edit request. This is the 'task_id' field from any flux_generate_image or flux_edit_image tool response. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |