Backend counterpart: https://github.com/ComposioHQ/platform/pull/10644 (must deploy first).
Refs SUP-449, SUP-451.
The log-detail panel showed encrypted iv:cipher:tag blobs (payload sections were commented out entirely) because getLogDetail selected encrypted payload columns straight from ClickHouse. Apollo decrypts on read behind project-scoped authZ, so:
GET /api/v3.1/internal/trigger/log/{id} — decrypted provider payload, client payload/response, plus new fields: webhook request id (webhookEventId), triggerConfig, triggerType, processingError, delivery statuses.request/response/errorRequest from GET /api/v3.1/internal/action_execution/log/{id} (non-fatal — falls back to row values if Apollo is unreachable).⚠️ Depends on backend PR https://github.com/ComposioHQ/platform/pull/10644 — the new meta fields only exist there. Until it deploys, the code degrades gracefully (zod-optional fields; Request ID / Processing Error simply don't render), but trigger status won't reflect processing-only errors. Merge/deploy the Apollo PR first.
getTriggerLogs, action lists) intentionally still hit ClickHouse directly — they don't select payload columns and stay fast.tsgo --noEmit: 0 errors. oxlint: 0 errors (warnings = pre-existing baseline).🤖 Generated with Claude Code
Backend counterpart: https://github.com/ComposioHQ/platform/pull/10644 (must deploy first).
Tool execution logs section on dashboard doesn't show the request and response of the tool call
Logs filtering has some issues, please check the slack thread here
The trigger logs currently shown on the dashboard are encrypted - we need to fix this by decrypting them before displaying
The latest updates on your projects. Learn more about Vercel for GitHub.
| Project | Deployment | Actions | Updated (UTC) |
|---|---|---|---|
| dashboard |
| Preview, Comment |
| Jun 11, 2026 12:39am |