List licenses of a software
inventory_licenses_listRetrieve license records for a specific software ID, including name, edition, copies, mapped computers, purchase/expiry dates, and purchase details. Use raw to include license keys and file paths.
Instructions
Retrieves the licenses recorded for a specific software (by software_id) with license name, edition, copies, mapped computer count, purchase/expiry dates, and purchase details. License key and file-path fields are available via raw: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full, unprojected record for each row instead of the curated default field set. | |
| page | No | Page number to retrieve. Default is 1. | |
| swId | Yes | software_id of the licensed software (from inventory_license_software_list). | |
| pageLimit | No | Max records per page (server cap is 1000). Defaults to the server's configured default page size. |