Get all active browser sessions
Get all active browser sessions for the organization
Headers
x-api-key
Response
Successfully retrieved all active browser sessions
browser_session_id
Unique identifier for the browser session. browser_session_id starts with pbs_
.
organization_id
ID of the organization that owns this session
created_at
Timestamp when the session was created (the timestamp for the initial request)
modified_at
Timestamp when the session was last modified
runnable_type
Type of the current runnable associated with this session (workflow, task etc)
runnable_id
ID of the current runnable
timeout
Timeout in minutes for the session. Timeout is applied after the session is started. Defaults to 60 minutes.
started_at
Timestamp when the session was started
completed_at
Timestamp when the session was completed
deleted_at
Timestamp when the session was deleted, if applicable