ParameterTypeDefaultDescription
session_idstrRequiredSession UUID
agent_idOptional[str]NoneID of the agent that this session is associated with
user_idOptional[str]NoneID of the user interacting with this agent
team_session_idOptional[str]NoneID of the team session that this session is possibly associated with
memoryOptional[Dict[str, Any]]NoneAgent Memory
agent_dataOptional[Dict[str, Any]]NoneAgent Data: agent_id, name and model
session_dataOptional[Dict[str, Any]]NoneSession Data: session_name, session_state, images, videos, audio
extra_dataOptional[Dict[str, Any]]NoneExtra Data stored with this agent
created_atOptional[int]NoneThe unix timestamp when this session was created
updated_atOptional[int]NoneThe unix timestamp when this session was last updated