---
title: "Get the current mouse cursor position on the browser instance"
method: POST
path: "/browsers/{id}/computer/get_mouse_position"
tags: ["Browser Computer Controls"]
---

# Get the current mouse cursor position on the browser instance

`POST /browsers/{id}/computer/get_mouse_position`

## Path parameters

- `id` string, required

## Response `200`

Current mouse position

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

## Other responses

- `400` — Bad Request – invalid input
- `404` — Resource not found
- `500` — Internal Server Error

## Changes

- **2026-06-01** `6f9c607cb2cb` — 2 info
  - api tag `Browser Computer Controls` added
  - api tag `Browsers` removed

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

---

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