# core_lti_1p3_provider_lti_mentors_retrieve Get details about a specific LTI Mentor Endpoint: GET /api/core/lti/1p3/provider/lti-mentors/{id}/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (string, required) ## Query parameters: - `platform_key` (string, required) Platform Key ## Response 200 fields (application/json): - `id` (integer, required) - `name` (string, required) The name of the mentor - `org` (string, required) The org of the mentor - `course_key` (string, required) The course key - `mentor_config` (object, required) - `mentor_config.mentor` (string, required) The unique_id of the mentor - `mentor_config.location` (string, required) The xblock location of the mentor