---
title: "Get Docker Image Batch Job Model Bundle"
method: GET
path: "/v1/docker-image-batch-job-bundles/{docker_image_batch_job_bundle_id}"
---

# Get Docker Image Batch Job Model Bundle

`GET /v1/docker-image-batch-job-bundles/{docker_image_batch_job_bundle_id}`

Get details for a given DockerImageBatchJobBundle owned by the current owner

## Path parameters

- `docker_image_batch_job_bundle_id` string, required

## Response `200`

Successful Response

- DockerImageBatchJobBundleV1Response
  - `id` string, required
  - `name` string, required
  - `created_at` string, date-time, required
  - `image_repository` string, required
  - `image_tag` string, required
  - `command` string[], required
  - `env` object, required
  - `mount_location` string, nullable
  - `cpus` string, nullable
  - `memory` string, nullable
  - `storage` string, nullable
  - `gpus` integer, nullable
  - `gpu_type` string, nullable
  - `public` boolean, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/scaleapi/apis/launch.md) · [All operations](https://skmtc.dev/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/scaleapi/launch/revisions/8c9bf4700384/schema)
