---
title: "List Model Endpoints"
method: GET
path: "/v1/model-endpoints"
---

# List Model Endpoints

`GET /v1/model-endpoints`

Lists the Models owned by the current owner.

## Query parameters

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

## Response `200`

Successful Response

- ListModelEndpointsV1Response
  - `model_endpoints` GetModelEndpointV1Response[], required — unresolved $ref

## 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)
