v2

latestOpenAPI 3.1.02026-07-3176157210.9 KB
sessions

Session Stop

delete/sessions/{session_id}/stop

Path parameters

session_idstring required

Headers

x-notte-request-originstring nullable
x-notte-sdk-versionstring nullable

Response

Successful Response

session_idstring required

The ID of the session (created or existing). Use this ID to interact with the session for the next operation.

idle_timeout_minutesinteger required

Session idle timeout in minutes. Will timeout if now() > last access time + idle_timeout_minutes

max_duration_minutesinteger

Session max duration in minutes. Will timeout if now() > creation time + max_duration_minutes

created_atstring date-time required

Session creation time

closed_atstring date-time nullable

Session closing time

last_accessed_atstring date-time required

Last access time

durationstring duration

Session duration

status'active' | 'closed' | 'error' | 'timed_out' required

Session status

stepsobject[]

Steps of the session

errorstring nullable

Error message if the operation failed to complete

proxiesboolean

Whether proxies were used for the session. True if any proxy was applied during session creation.

browser_type'chromium' | 'chrome' | 'firefox' | 'chrome-nightly' | 'chrome-turbo'
use_file_storageboolean

Whether FileStorage was attached to the session.

network_request_bytesinteger

Total byte usage for network requests.

network_response_bytesinteger

Total byte usage for network responses.

user_agentstring nullable

The user agent to use for the session

viewport_widthinteger nullable

The width of the viewport

viewport_heightinteger nullable

The height of the viewport

headlessboolean

Whether to run the session in headless mode.

solve_captchasboolean nullable

Whether to solve captchas.

cdp_urlstring nullable

The URL to connect to the CDP server.

viewer_urlstring nullable

The remote session viewer URL.

web_bot_authboolean

Whether to use web bot authentication.

timeout_minutesinteger required