# ai_mentor_orgs_users_sessions_shell_logs_retrieve Retrieve shell logs for a specific session. Args: request: The HTTP request. org: The organization/tenant identifier. user_id: The ID of the user who owns the session. session_id: The ID of the session to retrieve logs for. Returns: Response: The shell logs for the specified session. Raises: NotFound: If the specified session does not exist. Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/sessions/{session_id}/shell-logs/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `org` (string, required) - `session_id` (string, required) - `user_id` (string, required) ## Response 200 fields (application/json): - `logs` (string, required)