# ai_mentor_orgs_users_sessions_browser_screenshot_retrieve Endpoint to fetch the logs of a session. Logs are cached for up to 1 hour of their creation: accessing the logs after an hour will result in an empty data. This is intentional and made to avoid cases where logs bloat our in-memory db. Accessible to tenant admins and students. Url Args: org (str): The organization's platform key. user_id (str): The username identifier of the individual. session_id (str): The session id. Returns: 200: a SessionBrowserScreenshot object Endpoint: GET /api/ai-mentor/orgs/{org}/users/{user_id}/sessions/{session_id}/browser-screenshot/ 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): - `type` (string, required) - `session_id` (string, required) - `format` (string, required) - `ext` (string, required) - `url` (string, required) - `time` (string, required)