Computer Actions
Scroll
Scroll the mouse wheel up or down.
POST
Scroll
Scrolls the mouse wheel up or down at the cursor’s current position (or at
x, y if provided).
Path parameters
Computer ID (UUID).
Body parameters
Scroll direction:
up or down.Number of scroll clicks.
Optional X coordinate to move the cursor to before scrolling.
Optional Y coordinate to move the cursor to before scrolling.
Response
true if the scroll was performed.Always
scroll.Example
Response
Errors
| Status | Meaning |
|---|---|
400 | Computer instance not available. |
401 | Missing or invalid API key. |
403 | You do not have access to this computer. |
404 | Computer not found. |
500 | Upstream desktop agent failure. |
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Body
application/json
Response
Scroll performed
Example:
true
Scroll