GET /v1/snapshot/
Returns the latest hourly snapshot for a user.Path parameters
| Field | Type | Required | Notes |
|---|---|---|---|
user_id | string | Yes | User identity whose latest snapshot should be returned. |
Response
Notes
- Snapshots include only
userandglobalmemories. - Container-only memories are excluded.
- The latest snapshot is overwritten during hourly maintenance.
Response field notes
| Field | Type | Always present | Notes |
|---|---|---|---|
status | string | Yes | Usually ok. |
user_id | string | Yes | Echoes the requested user id. |
generated_at | datetime | null | Yes | Null when no snapshot exists yet. |
snapshot | SnapshotPayload | null | Yes | Null when no snapshot exists yet. |