---
title: "Trustfull Session"
method: GET
path: "/session/result/{sessionId}"
tags: ["Solutions"]
---

# Trustfull Session

`GET /session/result/{sessionId}`

Trustfull Session

## Path parameters

- `sessionId` string, required

## Headers

- `content-type` string
- `accept` string
- `x-api-key` string, required

## Response `200`

OK

- SessionScore — SessionScore
  - `score` integer, nullable — A number ranging from 0 to 1000 that represents the quality score of the session
  - `score_cluster` 'very_low' | 'low' | 'review' | 'high' | 'very_high', nullable — A cluster categorization that summarizes the quality score of the session
  - `transaction_id` string, nullable — Unique identifier for the transaction
  - `session_id` string, nullable — Session identifier for the login interaction
  - `device_request_time` string, nullable — The timestamp of the request from the device
  - `app_key` string, nullable — The application key associated with the request
  - `ips` string, nullable — List of IP addresses associated with the session
  - `header_user_agent` string, nullable — The User Agent sent by headers
  - `header_language` string, nullable — The Language sent by headers
  - `header_referer` string, nullable — The Referer sent by headers
  - `header_mime_types` string, nullable — The MimeType sent by headers
  - `navigator_user_agent` string, nullable — The User Agent detected by the SDK
  - `navigator_language` string, nullable — The Language detected by the SDK
  - `navigator_platform` string, nullable — The OS detected by the SDK
  - `navigator_plugins` string, nullable — The list of plugins detected by the SDK
  - `navigator_mime_types` string, nullable — The MimeType detected by the SDK
  - `navigator_app_version` string, nullable — The browser version detected by the SDK
  - `navigator_web_driver` boolean, nullable — Indicates if a webdriver has been detected
  - `navigator_connection_rtt` integer, nullable — The timing of RTT connection detected by the SDK
  - `window_outer_height` integer, nullable — The outer height of the window
  - `window_outer_width` integer, nullable — The outer width of the window
  - `window_resolution` string, nullable — The window resolution
  - `viewport_resolution` string, nullable — The viewport resolution
  - `has_mime_prototype_anomaly` boolean, nullable — Indicates if the SDK detected a mimetype anomaly
  - `has_permissions_anomaly` boolean, nullable — Indicates if the SDK detected a permission anomaly
  - `has_plugins_prototype_anomaly` boolean, nullable — Indicates if the SDK detected a plugins anomaly
  - `has_puppeteer_extra_stealth` boolean, nullable — Indicates if the SDK detected the extra-stealth puppetter plugin
  - `mouse_movement` integer, nullable — The number of mouse movements within the browser
  - `zero_movement_count` integer, nullable — The number of anomaly mouse movements
  - `total_movements` integer, nullable — The total number of mouse movements
  - `click_count` integer, nullable — The number of mouse clicks on page
  - `wheel_count` integer, nullable — The number of mouse scroll events
  - `time_elapsed_ms` integer, nullable — The delay between the page load event and the trigger of the SDK
  - `has_headless_app_version` boolean, nullable — Indicates if an headless app version has been detected
  - `has_headless_user_agent` boolean, nullable — Indicates if an headless user agent has been detected
  - `user_agent_match` boolean, nullable — Indicates if there's a match with user agents detected
  - `language_match` boolean, nullable — Indicates if there's a match with languages detected
  - `mime_types_match` boolean, nullable — Indicates if there's a match with mime types detected
  - `has_window_outer_dimension_anomaly` boolean, nullable — Indicates if we detected an anomaly about window dimensions
  - `battery_charging` boolean, nullable — Indicates if a charging battery has been detected
  - `battery_level` integer, nullable — The battery level of the device
  - `navigator_browser_name` string, nullable — The browser name detected from the navigator
  - `navigator_browser_version` string, nullable — The browser version detected from the navigator
  - `navigator_type` string, nullable — The type of the navigator
  - `navigator_brand` string, nullable — The brand of the navigator
  - `navigator_model` string, nullable — The model of the navigator
  - `mobile_phone_is_too_generic` boolean, nullable — A flag indicating whether the combination of navigator type, brand, model and operative system refers to a too generic device.
  - `navigator_model_commercial` string, nullable — The commercial model of the navigator
  - `navigator_operating_system` string, nullable — The operating system of the navigator
  - `timezone` string, nullable — The timezone detected
  - `video_card_has_gl` boolean, nullable — Indicates if the GL extensions has been detected from the video card
  - `video_card_has_extension` boolean, nullable — Indicates if extensions has been detected from the video card
  - `video_card_renderer` string, nullable — The video card renderer
  - `video_card_vendor` string, nullable — The video card vendor
  - `has_ai_agent` boolean, nullable — If an AI agent has been detected
  - `has_automated_browser` boolean, nullable — If a browser automation has been detected
  - `has_spoofed_device` boolean, nullable — If a device spoofing has been detected
  - `has_suspicious_resolution` boolean, nullable — If a suspicious resolution has been detected
  - `has_valid_video_card` boolean, nullable — If a valid video card has been detected
  - `window_viewport_dimension_match` boolean, nullable — If there is a match between the viewport and the window
  - `font_list` string, nullable — The list of fonts detected
  - `supported_bluetooth` boolean, nullable — Indicates if the bluetooth is supported
  - `navigator_connection_effective_type` string, nullable — The connection type of the navigator
  - `navigator_connection_downlink` integer, nullable — The detected effective bandwidth estimate in megabits per second
  - `navigator_device_memory` integer, nullable — The detected memory in gigabytes of the navigator
  - `navigator_hardware_concurrency` integer, nullable — The detected number of logical processors
  - `navigator_max_touch_points` integer, nullable — The detected the maximum number of simultaneous touch contact points
  - `navigator_platform_version` string, nullable — The detected platform version
  - `font_detected_os` string, nullable — The OS inferred by installed fonts
  - `font_detected_os_prediction_probability` number, float, nullable — The probability of OS inferred by installed fonts
  - `font_detected_os_probabilities` string, nullable — A JSON containing the probabilities of each possible OS predicted using installed fonts
  - `media_type_detected_browser` string, nullable — The browser inferred by supported media types
  - `media_type_detected_browser_prediction_probability` number, float, nullable — The probability of browser inferred by supported media types
  - `media_type_detected_browser_probabilities` string, nullable — A JSON containing the probabilities of each possible browser predictable by supported media type
  - `permissions_detected_browser` string, nullable — The browser inferred by permissions settings
  - `permissions_detected_browser_prediction_probability` number, float, nullable — The probability of browser inferred by permissions settings
  - `permissions_detected_browser_probabilities` string, nullable — A JSON containing the probabilities of each possible browser predictable by supported media type
  - `detected_os_platform_match` boolean, nullable — Indicates if the detected platform matches
  - `detected_os_user_agent_match` boolean, nullable — Indicates if the detected OS matches
  - `detected_browser_name` string, nullable — The browser name detected by multiple signals
  - `detected_browser_name_match` boolean, nullable — Indicates if the detected browser name navigator and detected browser name matches
  - `ai_agent_name` string, nullable — The name of the detected AI agent
  - `ip` string, nullable — IP address of the login event
  - `ip_black_list_count` integer, nullable — The number of providers that have flagged this IP as spam
  - `ip_city` string, nullable — City associated with the IP address
  - `ip_company_domain` string, nullable — The name of the domain of the company that owns the domain, if found
  - `ip_connection_speed` 'company/T1' | 'broadband/cable/fiber' | 'mobile', nullable — Internet connection speed associated to the ip address: - **company/T1** - **broadband/cable/fiber** - **mobile**
  - `ip_connection_type` 'Commercial' | 'Content Delivery Network' | 'Fixed Line' | 'Mobile ISP' | 'Reserved' | 'University / College / School', nullable — Usage type classification of ISP or company: - **Commercial** - **Content Delivery Network** - **Fixed Line** - **Mobile ISP** - **Reserved** - **University / College / School**
  - `ip_country` string, nullable — Country name associated with the IP address
  - `ip_country_code` string, nullable — Country associated with the IP address, ISO 3166 alpha-2
  - `ip_css_count` integer, nullable — The number of times this IP address has been reported in a Combined Spam Sources (CSS)
  - `ip_css_in_days` integer, nullable — The how many days has passed since the most recent report in a Exploits Blocklist (XBL). Recency indicates more accurate data.
  - `ip_is_hosting` boolean, nullable — Indicates if the IP address is an hosting provider
  - `ip_is_mobile` boolean, nullable — Indicates if the IP address is associated with a mobile connection
  - `ip_isp` string, nullable — Internet service provider associated with the IP address
  - `ip_is_proxy` boolean, nullable — Indicates if the IP address is a proxy
  - `ip_is_relay` boolean, nullable — Indicates if the IP address is a relay
  - `ip_is_tor` boolean, nullable — Indicates if the IP address is part of the Tor network
  - `ip_is_valid_format` boolean, nullable — Indicates if the IP address is in a valid format
  - `ip_is_vpn` boolean, nullable — Indicates if the IP address is associated with a VPN
  - `ip_lat` string, nullable — Latitude of the location associated with the IP address
  - `ip_lon` string, nullable — Longitude of the location associated with the IP address
  - `ip_proxy_name` string, nullable — Name of the proxy associated with the IP address, if any
  - `ip_proxy_type` 'datacenter' | 'residential', nullable — When the IP address is a Proxy, indicates the type of Proxy
  - `ip_timezone` string, nullable — The Timezone the IP address belongs to
  - `ip_timezone_request_time` 'morning' | 'afternoon' | 'evening' | 'night', nullable — Time of the day the user is requesting your service
  - `ip_xbl_count` integer, nullable — The number of times this IP address has been reported in a Exploits Blocklist (XBL)
  - `ip_xbl_in_days` integer, nullable — The how many days has passed since the most recent report in a Exploits Blocklist (XBL). Recency indicates more accurate data.
  - `ip_zip` string, nullable — ZIP code associated with the IP address
  - `has_suspicious_browser_timezone_format` boolean, nullable — When browser returns a non IANA Timezone it usually indicates a non standard environment or a manipulated browser.
  - `permissions_detected_browser_navigator_match` boolean, nullable — A flag indicating when the browser engine inferred from permissions matches with sessions metadata.
  - `media_type_detected_browser_navigator_match` boolean, nullable — A flag indicating when the browser engine inferred from media type matches with sessions metadata.

---

[API](https://skmtc.dev/trustfull/apis/products.md) · [All operations](https://skmtc.dev/trustfull/apis/products/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trustfull/products/revisions/cb4f72972276/schema)
