# ai_mentor_orgs_users_metadata_retrieve Retrieve metadata for a mentor. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user making the request. Returns: Response: The mentor metadata. Raises: NotFound: If no metadata exists for the specified mentor. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/metadata Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `metadata` (any, required) - `mentor` (string) - `mentor_id` (integer)