---
title: "List Docker Image Batch Job Model Bundles"
method: GET
path: "/v1/docker-image-batch-job-bundles"
---

# List Docker Image Batch Job Model Bundles

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

Lists docker image batch job bundles owned by current owner

## Query parameters

- `bundle_name` string, nullable
- `order_by` 'newest' | 'oldest' — The canonical list of possible orderings of Model Bundles.

## Response `200`

Successful Response

- ListDockerImageBatchJobBundleV1Response
  - `docker_image_batch_job_bundles` DockerImageBatchJobBundleV1Response[], required
    - `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)
