Skip to content

feat(gateway): add REST API for session history management#5133

Open
zverozabr wants to merge 1 commit intozeroclaw-labs:masterfrom
zverozabr:pr/gateway-history-api
Open

feat(gateway): add REST API for session history management#5133
zverozabr wants to merge 1 commit intozeroclaw-labs:masterfrom
zverozabr:pr/gateway-history-api

Conversation

@zverozabr
Copy link
Copy Markdown
Contributor

Adds REST endpoints for conversation history:

  • GET /api/history β€” list all active chats
  • GET /api/history/{sender_key} β€” read history
  • DELETE /api/history/{sender_key} β€” clear history

Enables external tools and admin UIs to manage session state.

Add endpoints for listing, reading and deleting conversation history:
- GET /api/history β€” list all active chats by sender_key
- GET /api/history/{sender_key} β€” read history for specific sender
- DELETE /api/history/{sender_key} β€” clear history (memory + disk)

Enables external tools and admin interfaces to manage session state.
@github-actions github-actions bot added the gateway Auto scope: src/gateway/** changed. label Mar 29, 2026
@zverozabr zverozabr force-pushed the pr/gateway-history-api branch from b8fe7f8 to c53e765 Compare March 29, 2026 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gateway Auto scope: src/gateway/** changed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant