See who's connected — names, what they're focused on, their device type, and whether they have write access.
Authorization
apiKeyAuth X-Taiku-Token<token>
Your API key from taiku login. Also available as TAIKU_TOKEN env var.
In: header
Path Parameters
session_id*string
Query Parameters
client?integer
Optional target browser client ID. Useful when multiple clients are connected to the same session.
Range
0 <= valueResponse Body
application/json
text/plain
text/plain
text/plain
text/plain
text/plain
text/plain
curl -X GET "https://example.com/v1/sessions/string/remote/users"{ "result": [ { "name": "nathan", "focus": 1, "canWrite": true, "device": "Mac Web" }, { "name": "guest", "focus": null, "canWrite": false, "device": "iPhone Web" } ]}List tunnel ports GET
Shows which local ports are being tunneled through the session. These are the ports accessible via the `/t/{name}/p/{port}/` URL pattern.
List workspaces GET
Get all workspace pages and which one is active. Workspaces are like virtual desktops — each one has its own layout of tiles.