# search_orgs_users_recommended_retrieve Determine whether to serve a detail view or a list view. Endpoint: GET /api/search/orgs/{org}/users/{username}/recommended/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Query parameters: - `certificate` (array) Filter by certificate type - `content` (array) Content types to include in recommendations (courses, programs, pathways, skills, roles, resources) - `course_id` (string) Retrieve a specific course by ID - `duration` (array) Filter by course duration range - `language` (array) Filter by content language - `level` (array) Filter by difficulty level - `limit` (integer) Number of results per page - `offset` (integer) Starting position for pagination - `pathway_id` (string) Retrieve a specific pathway by ID - `price` (string) Filter by price/audit status - `program_id` (string) Retrieve a specific program by ID - `program_type` (array) Filter by program type - `query` (string) Search term to filter content by name or description - `resource_id` (string) Retrieve a specific resource by ID - `resource_type` (array) Filter by resource type - `role_id` (string) Retrieve a specific role by ID - `self_paced` (array) Filter by course format (self-paced, instructor-led) - `skill_id` (string) Retrieve a specific skill by ID - `skills` (array) Filter by skills - `subject` (array) Filter by subject areas - `tags` (array) Filter by tags - `topics` (array) Filter by topic areas ## Path parameters: - `org` (string, required) - `username` (string, required) ## Response 200 fields (application/json): - `results` (array, required) List of content items matching the search criteria - `count` (integer, required) Total number of items matching the search criteria - `next` (string,null, required) URL for the next page of results - `previous` (string,null, required) URL for the previous page of results - `current_page` (integer, required) Current page number - `total_pages` (integer, required) Total number of pages - `facets` (object) Facet information for filtering