This guide covers request logs only — the same data shown on the Request Logs dashboard page. For the full endpoint hierarchy, see Request Log Debugging. To export logs into Grafana, Datadog, or a data warehouse, see Observability & Log Sync.
Admin operations dashboard
Build an internal dashboard for your team to monitor integration health across all linked accounts.Call order
- Summary metrics — Get Logs Stats Aggregate for error counts, latency percentiles, and request volume.
- Breakdown — Get Logs Stats Dimensions to group by connector, account, or status.
- Activity table — List Logs with time-range and connector filters.
- Row drill-down — Get Action Log using
action_run_idfrom the selected row. - Deeper inspection — On demand, call steps, advanced, or defender endpoints based on what the operator needs to see.
Customer-facing log viewer
Expose a scoped log viewer inside your product so each customer sees only their own integration activity.Call order
- Resolve the linked account — Map the signed-in end-user to a StackOne
account_id. - List logs — List Logs with
filter.account_idsset to that account. - Show summary in the table — Display
event_time,action_id,connector_key,status_code,duration_ms, andsuccessfrom list results. Do not fetch advanced logs for every row. - Detail on demand — Get Action Log when the user opens a specific entry.
Key fields for the log table
| Field | Source |
|---|---|
| Timestamp | event_time |
| What ran | action_id |
| Connector | connector_key |
| Outcome | success, status_code |
| Duration | duration_ms |
| Drill-down ID | action_run_id |
Related
Request Log Debugging
Debug failed action calls and trace execution steps
Observability & Log Sync
Sync logs to Grafana, Datadog, or custom pipelines
Request Logs (Dashboard)
View and filter logs in the StackOne dashboard
List Logs API
List request logs endpoint reference