Look up one job
get_jobLook up a Midjourney job by ID and return its current status plus image URLs. Checks live updates first, then recent history, so you can quickly resolve job results.
Instructions
Look up a single job by id and return its status and image URLs. Checks the live update feed first, then recent history.
Only jobs still in the account's recent feed can be resolved this way. Older work has to be opened in the web app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id, a UUID. | |
| include_raw | No | Also return the untouched job record. |