{
"job": {
"id": "job_1a2b3c4d",
"organization_id": "org_abc123",
"user_id": "user_abc123",
"name": "Reconstruct onboarding session memory",
"description": "Summarize the last onboarding session.",
"source_type": "session",
"source_id": "sess_2f8a9c4e5d3b",
"config": { "topics": ["goals", "decisions", "blockers"] },
"status": "completed",
"result": {
"memory_outline": [
{ "type": "summary", "content": "Reconstructed memory from session sess_2f8a9c4e5d3b" },
{ "type": "topic", "content": "goals" },
{ "type": "topic", "content": "decisions" },
{ "type": "topic", "content": "blockers" },
{ "type": "metadata", "content": { "reconstructed_at": "2026-08-13T10:01:00Z", "source_type": "session", "source_id": "sess_2f8a9c4e5d3b" } }
],
"chunks_generated": 5,
"note": "Phase 1 synchronous scaffold. Async worker execution is Phase 2."
},
"created_by": "user_abc123",
"created_at": "2026-08-13T10:00:00Z",
"updated_at": "2026-08-13T10:01:00Z"
},
"result": {
"memory_outline": [ ... ],
"chunks_generated": 5,
"note": "Phase 1 synchronous scaffold. Async worker execution is Phase 2."
}
}