Type Alias StartSessionResponse
StartSessionResponse: {
children_ids?: string[];
config?: unknown;
duration?: number | null;
end_time?: number | null;
error?: string | null;
event_id: string;
event_name?: string | null;
event_type?: string | null;
feedback?: unknown;
inputs?: unknown;
metadata?: unknown;
metrics?: unknown;
org_id: string;
outputs?: unknown;
parent_id?: string | null;
project_id: string;
session_id: string;
source?: string | null;
start_time?: number | null;
user_properties?: unknown;
workspace_id: string;
} & { [key: string]: unknown }
Description
Full session event object returned after starting a new session