---
title: "Get Latest Docker Image Batch Job Bundle"
method: GET
path: "/v1/docker-image-batch-job-bundles/latest"
---

# Get Latest Docker Image Batch Job Bundle

`GET /v1/docker-image-batch-job-bundles/latest`

Gets latest Docker Image Batch Job Bundle with given name owned by the current owner

## Query parameters

- `bundle_name` 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.net/scaleapi/apis/launch.md) · [All operations](https://skmtc.net/scaleapi/apis/launch/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scaleapi/launch/versions/8333576dbe43/schema)
