curl --request GET \
--url http://localhost:3000/v1/scanner/robots{
"robots": [
{
"id": "<string>",
"display_id": "<string>",
"label": "<string>",
"name": "<string>",
"status": "<string>",
"is_active": true,
"has_tote": true,
"active_tote_id": "<string>"
}
],
"stats": {
"total": 123,
"online": 123,
"offline": 123,
"idle": 123,
"delivering": 123,
"charging": 123,
"error": 123
}
}Returns all robots with optional status or active filters.
curl --request GET \
--url http://localhost:3000/v1/scanner/robots{
"robots": [
{
"id": "<string>",
"display_id": "<string>",
"label": "<string>",
"name": "<string>",
"status": "<string>",
"is_active": true,
"has_tote": true,
"active_tote_id": "<string>"
}
],
"stats": {
"total": 123,
"online": 123,
"offline": 123,
"idle": 123,
"delivering": 123,
"charging": 123,
"error": 123
}
}