Get Session History
API Reference
Get Session History
Retrieve session history with Redis caching for hot loading.
Workers GET session messages before each run to restore conversation context.
Performance strategy:
- Check Redis cache first (hot path - milliseconds)
- Fall back to database if not cached (cold path - ~50ms)
- Cache the result in Redis for next access
GET
Get Session History
Documentation Index
Fetch the complete documentation index at: https://docs.kubiya.ai/llms.txt
Use this file to discover all available pages before exploring further.