# catalog_licenses_program_assignment_group_retrieve Retrieve a paginated list of program license group assignments Endpoint: GET /api/catalog/licenses/program/assignment/group/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `active` (boolean) Filter by the active status of group assignments - `fulfilled` (boolean) Filter by the fulfilled status of group assignments - `group_id` (integer) Filter assignments for a specific user group ID - `license_id` (integer, required) The ID of the program license - `page` (integer) Page number for pagination - `page_size` (integer) Number of results per page - `platform_key` (string) The unique identifier for the platform - `platform_org` (string) The organization identifier for the platform - `sort` (string) Field to sort results by (e.g., 'id', '-id', 'created', '-created') ## 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 program license group assignments - `results.id` (integer, required) The unique identifier for the assignment - `results.group_id` (integer, required) The ID of the group assigned the license - `results.group_name` (string, required) The name of the group assigned the license - `results.active` (boolean, required) Whether the assignment is active and valid - `results.fulfilled` (boolean, required) Whether the assignment has been processed/fulfilled - `results.redirect_to` (string,null, required) URL to redirect to after fulfillment - `results.metadata` (object,null, required) Additional metadata for the assignment - `results.created` (string, required) When the assignment was created - `results.modified` (string, required) When the assignment was last modified - `results.license_id` (integer, required) The ID of the program license - `results.license_name` (string, required) The name of the program license - `results.program_key` (string, required) The program key associated with the license - `results.program_name` (string, required) The name of the program associated with the license - `results.user_count` (integer, required) Number of users in the group - `results.assigned_count` (integer, required) Number of users in the group who have been assigned the license