---
title: "List virtual models (redirects and access policies)"
method: GET
path: "/admin/virtual-models"
tags: ["admin"]
---

# List virtual models (redirects and access policies)

`GET /admin/virtual-models`

## Response `200`

OK

- VirtualmodelsView[] — Bounded by maxItems=10000.
  - `created_at` string
  - `description` string
  - `enabled` boolean
  - `kind` string
  - `managed` boolean
  - `model` string
  - `provider_name` string
  - `provider_type` string
  - `resolved_model` string
  - `scope_kind` string
  - `source` string
  - `strategy` string
  - `targets` VirtualmodelsTarget[]
    - `model` string
    - `provider` string
    - `weight` number
  - `updated_at` string
  - `user_paths` string[]
  - `valid` boolean

## Other responses

- `401` — Unauthorized
- `503` — Service Unavailable

## Changes

- **2026-06-28** `47b6a9727683` — 1 info
  - added the optional property `items/managed` to the response with the `200` status
- **2026-06-25** `aa549def1ff8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/admin/virtual-models/get.md)

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/a807d76b5ae5/schema)
