gorelo_list_assets
List managed device assets for your service provider, with filters by client, status, and creation date. Use cursor pagination to page through results, newest first.
Instructions
List agent (managed device) assets for the service provider, cursor-paginated, newest-created first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| cursor | No | Opaque pagination cursor from a previous page; omit for the first page. | |
| pageSize | No | Items per page, clamped 1-200 (default 50). | |
| clientIds | No | ||
| statusIds | No | ||
| createdSince | No | ISO-8601 timestamp. | |
| updatedSince | No | ISO-8601 timestamp. | |
| createdBefore | No | ISO-8601 timestamp. | |
| updatedBefore | No | ISO-8601 timestamp. |