---
title: "Get Latest Model Bundle"
method: GET
path: "/v1/model-bundles/latest"
---

# Get Latest Model Bundle

`GET /v1/model-bundles/latest`

Gets the latest Model Bundle with the given name owned by the current owner.

## Query parameters

- `model_name` string, required

## Response `200`

Successful Response

- ModelBundleV1Response — Response object for a single Model Bundle.
  - `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)
