midjourney_get_task
Query the status and retrieve results from a Midjourney generation task, including image/video URLs and metadata.
Instructions
Query the status and result of a Midjourney generation task.
Use this to check if a generation is complete and retrieve the resulting
image/video URLs and metadata.
Use this when:
- You want to check if a generation has completed
- You need to retrieve URLs from a previous generation
- You want to get the full details of a generated image or video
- You used async callback and want to check results later
Returns:
Task status and generation result including URLs, dimensions, and available actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | The task ID returned from a generation request. This is the 'task_id' field from any midjourney_imagine, midjourney_describe, midjourney_edit, or midjourney_generate_video tool response. | |
| trace_id | No | The trace ID to retrieve. Used as an alternative to task_id for identifying a task. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |