---
title: "List Model Bundles"
method: GET
path: "/v1/model-bundles"
---

# List Model Bundles

`GET /v1/model-bundles`

Lists the ModelBundles owned by the current owner.

## Query parameters

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

## Response `200`

Successful Response

- ListModelBundlesV1Response — Response object for listing Model Bundles.
  - `model_bundles` ModelBundleV1Response[], required
    - `id` string, required
    - `name` string, required
    - `location` string, required
    - `requirements` string[], required
    - `env_params` ModelBundleEnvironmentParams, required — This is the entity-layer class for the Model Bundle environment parameters. Being an entity-layer class, it should be a plain data object.
      - `framework_type` 'pytorch' | 'tensorflow' | 'custom_base_image', required — The canonical list of possible machine learning frameworks of Model Bundles.
      - `pytorch_image_tag` string, nullable
      - `tensorflow_version` string, nullable
      - `ecr_repo` string, nullable
      - `image_tag` string, nullable
    - `packaging_type` 'cloudpickle' | 'zip' | 'lira', required — The canonical list of possible packaging types for Model Bundles. These values broadly determine how the model endpoint will obtain its code & dependencies.
    - `metadata` object, required
    - `app_config` object, nullable
    - `created_at` string, date-time, required
    - `model_artifact_ids` string[], required
    - `schema_location` string, 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)
