list_devices
List devices registered to your organization with pagination, showing device count, plan limit, and plan name. Use registration_id with revoke_device to free slots.
Instructions
List the devices registered to the caller's organization, paginated, together with the plan's device_limit and plan name. Requires an API-key identity (user-session keys fail with api_key_identity_required). Use a device's registration_id with revoke_device to free a slot. Read-only. Returns devices, device_count, total, page, pages, device_limit, and plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number; defaults to 1. | |
| limit | No | Devices per page, up to 200; defaults to 25. |