Notte home page
Search...
⌘K
Get an API key
Support on Slack
Getting Started
NotteClient
scrape
Core Features
Session
Actions
Agent
Workflow
Tooling
Vault
Persona
File Storage
Notte home page
Search...
⌘K
Ask AI
Contact us
Open Console
Open Console
Search...
Navigation
SessionResponse
Documentation
API Reference
SDK Reference
Documentation
API Reference
SDK Reference
Contact us
Open Console
On this page
Fields
Module
SessionResponse
Fields
session_id
str
required
The ID of the session (created or existing). Use this ID to interact with the session for the next operation.
timeout_minutes
int
required
Session timeout in minutes. Will timeout if now() > last access time + timeout_minutes
created_at
datetime
required
Session creation time
closed_at
UnionType[datetime, None]
Session closing time
last_accessed_at
datetime
required
Last access time
duration
timedelta
required
Session duration
status
Literal['active', 'closed', 'error', 'timed_out']
required
Session status
error
UnionType[str, None]
Error message if the operation failed to complete
credit_usage
UnionType[float, None]
Credit usage for the session. None
proxies
bool
default:
"False"
Whether proxies were used for the session. True if any proxy was applied during session creation.
browser_type
Literal['chromium', 'chrome', 'firefox']
default:
"chromium"
use_file_storage
bool
default:
"False"
Whether FileStorage was attached to the session.
Module
notte_sdk.types
Was this page helpful?
Yes
No
Assistant
Responses are generated using AI and may contain mistakes.