# catalog_licenses_platform_retrieve Retrieve a paginated list of platform licenses Endpoint: GET /api/catalog/licenses/platform/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `active` (boolean) Filter by active status - `external_id` (string) Filter by external identifier - `key` (string) Alternative filter by platform key - `name` (string) Filter by license name (exact match) - `page` (integer) Page number for pagination - `page_size` (integer) Number of results per page - `platform_key` (string) The unique identifier for the platform - `query` (string) Search license names (contains) - `sort` (string) Field to sort results by - `source` (string) Filter by license source - `verbose` (boolean) Include detailed assignment data in the response ## Response 200 fields (application/json): - `count` (integer, required) Total number of results - `next_page` (string,null, required) URL for next page of results - `previous_page` (string,null, required) URL for previous page of results - `results` (array, required) List of platform licenses - `results.id` (integer, required) The unique identifier for the license - `results.created` (string, required) When the license was created - `results.started` (string, required) When the license becomes active - `results.expired` (string,null, required) When the license expires - `results.name` (string, required) The display name of the license - `results.count` (integer, required) The number of seats purchased - `results.active` (boolean, required) Whether the license is active - `results.metadata` (object, required) Additional license metadata - `results.source` (string, required) The source identifier for the license - `results.external_id` (string,null, required) External identifier for the license - `results.platform_key` (string, required) The platform key associated with the license