uipath_get_sessions
Retrieve active robot sessions from UiPath Orchestrator to monitor robot connectivity and states like Available, Busy, or Disconnected, with optional filtering by state, folder, or pagination.
Instructions
Get active robot sessions from UiPath Orchestrator. Shows which robots are connected and their current state (Available, Busy, Disconnected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip (default 0) | |
| limit | No | Maximum items to return (default 50) | |
| state | No | Filter by session state (Available, Busy, Disconnected) | |
| folderId | No | Folder ID to filter sessions |