# catalog_milestones_completions_resource_manage_retrieve Retrieve completion info for resource/user Endpoint: GET /api/catalog/milestones/completions/resource/manage/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `resource_id` (integer, required) The unique identifier for the resource - `user_id` (integer, required) The ID of the user ## Response 200 fields (application/json): - `completion_percentage` (number,null) Completion percentage - `completed` (boolean,null) Whether completable is completed - `last_updated` (string, required) Last update timestamp - `completion_date` (string,null) Completion timestamp - `completion_data` (any,null) Completion metadata - `skill_points_computed` (boolean,null) Whether skill points have been evaluated - `resource_id` (integer, required) The unique identifier for the resource - `resource_type` (string, required) The type of resource - `user_id` (integer, required) The user identifier - `username` (string, required) The username associated with the completion