Skip to Content
API ReferenceSystemPOST /session

POST /system/session

Get Session

Get session detail with groups and timeline.

Request Body (GetSessionDetailRequest)

FieldTypeRequiredDescription
session_idstringYesUUID of the session to fetch
snapshot_keystringNoCache snapshot key for consistent reads across related requests

Response (GetSessionDetailResponse)

FieldTypeRequiredDescription
actor_namestringNoDisplay name of the current actor
session_existsbooleanNoWhether the session exists
session_idstringNoUUID of the session
profile_idstringNoUUID of the user profile
profile_namestringNoDisplay name of the user profile
session_created_atstringNoTimestamp when session was created
activebooleanNoWhether the session is active
groupsArtifactSessionGroup[]NoGroups in the session
timelineSessionTimelineItem[]NoTimeline events for the session
Last updated on