---
title: "Admin Workspace Models"
method: GET
path: "/admin/workspaces/{workspace_id}/models"
tags: ["admin"]
---

# Admin Workspace Models

`GET /admin/workspaces/{workspace_id}/models`

Globally-active models with their per-workspace active flag (operator-only).

Only models that are active globally can be offered in a workspace; a model
deactivated globally is dropped here entirely.

## Path parameters

- `workspace_id` string, required

## Cookies

- `__Host-final_app_session` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/huscarl/apis/final-app-backend.md) · [All operations](https://skmtc.dev/huscarl/apis/final-app-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/huscarl/final-app-backend/revisions/c721ac918b37/schema)
