---
title: "Get status"
method: GET
path: "/status"
---

# Get status

`GET /status`

Returns the current status of the agent.

## Response `200`

OK

- StatusResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `agent_type` string, required — Type of the agent being used by the server.
  - `status` 'running' | 'stable', required
  - `transport` 'acp' | 'pty', required

## Other responses

- `default` — Error

## Changes

- **2026-02-25** `3716e46ab026` — 1 info
  - added the required property `transport` to the response with the `200` status
- **2025-10-13** `e6147f7bdb93` — 1 breaking
  - the response property `errors` became nullable for the status `default`
- **2025-10-09** `4b8f63db02ed` — 1 info
  - added the required property `agent_type` to the response with the `200` status
- **2025-04-15** `d070058196c1` — 2 breaking
  - removed the required property `agent_type` from the response with the `200` status
  - removed the required property `transport` from the response with the `200` status

[Change history](https://skmtc.dev/coder/apis/agentapi/changes/status/get.md)

---

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