v1
latestOpenAPI 3.1.02026-07-267724480.0 KBFetch a Midjourney task
Use the task id returned by imagine, action, blend, modal, or editor endpoints. This is the main polling endpoint for Midjourney workflows on CometAPI.
get/mj/task/{id}/fetch
Path parameters
idstring required
Midjourney task id.
Response
Current task state.
Example response
{
"id": "1773314942177684",
"status": "SUCCESS",
"progress": "100%",
"imageUrl": "https://api.cometapi.com/mj/image/1773314942177684",
"videoUrl": "",
"buttons": [
{
"customId": "MJ::JOB::upsample::1::example",
"emoji": "",
"label": "U1",
"type": 2,
"style": 1
}
]
}