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
- Label
- What is the name of your robot?
- Slug
- robot_name
- Required
- false
- Can have default value
- false
Ingredients
- Slug
- current_status
- Filter code
- Irobot.getCurrentStatus.CurrentStatus
- Type
- String
- Example
- running
- Slug
- next_scheduled_mission
- Filter code
- Irobot.getCurrentStatus.NextScheduledMission
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00