list_boxes
Retrieve and filter Android testing devices by status, type, or labels to manage virtual and physical environments for app testing.
Instructions
List all current boxes belonging to this API Key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceType | No | Filter boxes by their device type (virtual, physical) | |
| labels | No | Filter boxes by their labels. Labels are key-value pairs that help identify and categorize boxes. | |
| page | No | Page number | |
| pageSize | No | Page size | |
| status | No | Filter boxes by their current status (pending, running, stopped, error, terminated, all). | |
| type | No | Filter boxes by their type (linux, android, all). Must be an array of types. |