v1

latestOpenAPI 3.1.02026-07-2611077199.5 KB

get/midjourney/v1/fetch

Query parameters

jobIdstring required

Job ID returned from the previous request

Response

Request successful

status'PENDING_QUEUE ' | 'ON_QUEUE' | 'SUCCESS' | 'FAILED' required
messagestring required

Response message

jobIdstring

Task ID

Example response

{
  "status": "SUCCESS",
  "message": "",
  "jobId": "c679a92e-dae0-462d-b70f-dcfeaf2189fa",
  "data": {
    "action": "imagine",
    "jobId": "c679a92e-dae0-462d-b70f-dcfeaf2189fa",
    "progress": "100",
    "prompt": "a cat",
    "quota": "2",
    "discordImage": "https://cdn.ttapi.io/midjourney/2025-11-14/20260302_050724_554d43430e2e80dd.png",
    "cdnImage": "https://cdn.ttapi.io/midjourney/2025-11-14/20260302_050724_554d43430e2e80dd.png",
    "width": 1024,
    "height": 1024,
    "hookUrl": null,
    "components": [
      "upsample1",
      "upsample2",
      "upsample3",
      "upsample4",
      "reroll",
      "variation1",
      "variation2",
      "variation3",
      "variation4"
    ],
    "seed": null,
    "images": [
      "https://cdn.ttapi.io/midjourney/20260302/bf839f4e-b7c0-4d14-922c-a842ad451443tl.png",
      "https://cdn.ttapi.io/midjourney/20260302/bf839f4e-b7c0-4d14-922c-a842ad451443tr.png",
      "https://cdn.ttapi.io/midjourney/20260302/bf839f4e-b7c0-4d14-922c-a842ad451443bl.png",
      "https://cdn.ttapi.io/midjourney/20260302/bf839f4e-b7c0-4d14-922c-a842ad451443br.png"
    ]
  }
}