slide_list_devices
Retrieve Slide Box devices, filtering by client and creation date to identify physical or virtual devices.
Instructions
List devices (physical or virtual Slide Boxes), filterable by client and creation date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items to return per page. Defaults to 10. | |
| offset | No | Starting index for pagination. Defaults to 0. | |
| sort_by | No | Field to sort by. Defaults to "hostname". | |
| sort_asc | No | Sort in ascending order. Defaults to false (descending). | |
| client_id | No | Filter devices belonging to a specific client. | |
| created_after | No | Filter results to after a specific creation timestamp (RFC3339 format). | |
| created_before | No | Filter results to before a specific creation timestamp (RFC3339 format). |