# ai_mentor_orgs_mentors_link_course_retrieve API endpoint to link mentor with a course and enable guided mode. Permissions: - Accessible to tenant admins. Endpoint: GET /api/ai-mentor/orgs/{org}/mentors/{mentor}/link-course/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `mentor` (string, required) - `org` (string, required) ## Response 200 fields (application/json): - `mentor_unique_id` (string, required) - `course_id` (string,null) - `is_linked` (boolean, required)