report_devices_by_so
Generate a full device report for all devices under a service organization by providing its ID. Returns CSV or JSON.
Instructions
Generate a full device report for all devices under a specific service org. Fetches all devices and filters by soId field. Returns CSV or JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soId | Yes | The service organization ID | |
| format | No | Output format: "csv" or "json". Default varies by tool — list_* default to json; report_* default to csv. |