---
title: "Get ModelServer connection status for a workspace"
method: GET
path: "/api/workspaces/{id}/modelserver/status"
tags: ["Misc"]
---

# Get ModelServer connection status for a workspace

`GET /api/workspaces/{id}/modelserver/status`

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelServerStatusResponse
  - `connected` boolean, required
  - `connected_at` string
  - `models` LLMModel[]
    - `id` string, required
    - `name` string, required
  - `project_id` string
  - `project_name` string

## Other responses

- `401` — unauthorized
- `403` — not a workspace member
- `500` — internal error

---

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