---
title: "Get the current mouse cursor position on the host computer"
method: POST
path: "/computer/get_mouse_position"
---

# Get the current mouse cursor position on the host computer

`POST /computer/get_mouse_position`

## Response `200`

Current mouse position

- MousePositionResponse
  - `x` integer, required — X coordinate of the cursor
  - `y` integer, required — Y coordinate of the cursor

## Other responses

- `500` — Internal Server Error

## Changes

> 52 revisions in range; 4 could not be searched.

- **2026-02-03** `9140a71d3a22` — 1 info
  - endpoint added
- **2025-06-27** `f980a92ab23f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/kernel/apis/kernel-images-api/changes/computer/get_mouse_position/post.md)

---

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