session_id | str | Required | Session UUID |
team_id | Optional[str] | None | ID of the team that this session is associated with |
user_id | Optional[str] | None | ID of the user interacting with this team |
workflow_id | Optional[str] | None | ID of the workflow that this session is associated with |
team_data | Optional[Dict[str, Any]] | None | Team Data: name, team_id, model, and mode |
session_data | Optional[Dict[str, Any]] | None | Session Data: session_state, images, videos, audio |
metadata | Optional[Dict[str, Any]] | None | Metadata stored with this team |
runs | Optional[List[Union[TeamRunOutput, RunOutput]]] | None | List of all runs in the session |
summary | Optional[SessionSummary] | None | Summary of the session |
created_at | Optional[int] | None | The unix timestamp when this session was created |
updated_at | Optional[int] | None | The unix timestamp when this session was last updated |