get_runs
Retrieve a list of all runs on Opentrons Flex or OT-2 robots by specifying the robot's IP address. Manage protocols and monitor run status effectively.
Instructions
List all runs on the robot
Input Schema
Name | Required | Description | Default |
---|---|---|---|
robot_ip | Yes | Robot IP address |
Input Schema (JSON Schema)
{
"properties": {
"robot_ip": {
"description": "Robot IP address",
"type": "string"
}
},
"required": [
"robot_ip"
],
"type": "object"
}