---
title: "Get Batch Magic Prompt Job Results if available."
method: GET
path: "/internal/batch/get-maybe-batch-results/{job_id}"
tags: ["batch"]
---

# Get Batch Magic Prompt Job Results if available.

`GET /internal/batch/get-maybe-batch-results/{job_id}`

Gets the results of a batch magic prompt job if available.

## Path parameters

- `job_id` string, required

## Response `200`

Batch magic prompt job results if available.

- InternalBatchResultsResponse — A response for batch magic prompt job results.
  - `job_status` string, required — The status of the batch generation job.
  - `results` InternalBatchResultsResponseResultsInner[] — The batch generation results, with each entry containing a prompt and its corresponding image URL.
    - `prompt` string, required — The prompt used for generation.
    - `image_url` string, required — The URL of the generated image.

## Other responses

- `400` — Invalid input provided.
- `401` — Not authorized for batch magic prompt job results request.
- `429` — Too many requests.
- `500` — Internal server error.

---

[API](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0.md) · [All operations](https://skmtc.net/ideogram/apis/ideogram-openapi-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ideogram/ideogram-openapi-3-0/versions/bcc2d45be91e/schema)
