[#38] api communications costs summary - #38
Conversation
૮ >ﻌ< ა ci reviewran on db1dce1 — feat(api_server): add communications and cost summary endpoi
|
|
Re: CI attribution failure (comment 5406954519 / check-attribution on a6b588e): Fixed by adding Pushed on |
Add authenticated GET /api/communications (sanitized gateway session rows for People) and GET /api/costs/summary (best-effort daily/last-day/last-week spend by session started_at day). Leave the existing /api/sessions client projection unchanged and advertise the new paths on /v1/capabilities. Co-authored-by: Junie <junie@jetbrains.com>
f0484f4 to
db1dce1
Compare
|
Re: CI bot comment on |
What
Adds API-server endpoints for communications data and cost summaries so clients can retrieve conversation activity and usage-cost information through a focused HTTP interface. The implementation is accompanied by targeted gateway tests covering endpoint behavior and response handling.
Changes