---
title: "List organization models"
method: GET
path: "/v1/models"
tags: ["Models"]
---

# List organization models

`GET /v1/models`

List all custom models registered at the organization level.

These models can be enabled in any namespace within the organization
using the namespace-level enable endpoint.

## Response `200`

Successful Response

- OrgModelListResponse — Response model for listing org models.
  - `success` boolean
  - `models` OrgModelListItem[], required
    - `model_id` string, required
    - `name` string, required
    - `version` string, required
    - `model_format` 'safetensors' | 'onnx' | 'pytorch' | 'huggingface', required
    - `description` string, nullable
    - `source` 'customer' | 'mixpeek' | 'system'
    - `exportable` boolean
    - `framework` string, nullable
    - `task_type` string, nullable
    - `deployed` boolean, required
    - `validation_status` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
  - `total` integer, required
  - `organization_id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/mixpeek/apis/mixpeek-api.md) · [All operations](https://skmtc.net/mixpeek/apis/mixpeek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpeek/mixpeek-api/versions/220a3b263fda/schema)
