Get detailed information about a specific AI agent session.
Retrieves comprehensive information about a session, including its current status, live browser URL (if active), recording URL (if completed), and optional task details. This endpoint is useful for monitoring active sessions or reviewing completed ones.
Args:
Returns:
Raises:
Successful Response
View model for representing a (browser) session with its associated tasks.
Attributes: id: Unique identifier for the session. status: Current status of the session (active/stopped). live_url: URL where the browser can be viewed live in real-time. started_at: Timestamp when the session was created and started. finished_at: Timestamp when the session was stopped (None if still active). tasks: Optional list of tasks associated with this session. record_url: URL to access the recorded session playback. public_share_url: Optional URL to access the public share of the session.