# catalog_milestones_skill_points_platform_retrieve Retrieve paginated list of platform skill points Endpoint: GET /api/catalog/milestones/skill_points/platform/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `department_mode` (boolean) If True, filters results by department user permissions - `platform_key` (string) Platform key identifier - `platform_org` (string) Platform organization identifier - `query` (string) Search query for filtering skill points by user or skill name - `sort` (string) Sort field for results. Default: '-id' ## Response 200 fields (application/json): - `results` (array, required) List of platform skill point entries - `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