AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
iRobotiRobot

Robot Status

This Query returns the current status of your robot, as well as the time of its next scheduled job.

About this query

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This Query returns the current status of your robot, as well as the time of its next scheduled job.
API endpoint slug
irobot.get_current_status
Runtime method
performQuery("irobot.get_current_status")

Query fields

Robot name Dropdown list

Label
What is the name of your robot?
Slug
robot_name
Required
false
Can have default value
false

Ingredients

Current statusThe current status of the robot. Possible values are: 'running', 'paused', 'stopped', 'stuck', 'docking', and 'mid_mission_charging'

Slug
current_status
Filter code
Irobot.getCurrentStatus.CurrentStatus
Type
String
Example
running

Next scheduled missionThis represents the scheduled mission for the robot.

Slug
next_scheduled_mission
Filter code
Irobot.getCurrentStatus.NextScheduledMission
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00