---
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

---

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