Skip to main content
The API tab of the observability dashboard gives you visibility into how your integration is using the Nuntly API.

Request volume

A time-series chart showing the number of API requests over the selected period, broken down by response status (success, client error, server error). Use this chart to spot unexpected spikes in traffic or increases in error rates.

Response times

A chart showing API response latency over time, with percentile breakdowns (p50, p95, p99). Use this chart to identify slow requests and track whether latency degrades over time.

Request logs

A table of recent API calls with the following columns:
ColumnDescription
MethodHTTP method (GET, POST, PATCH, DELETE)
EndpointThe API path that was called
StatusHTTP response status code
DurationResponse time in milliseconds
TimestampWhen the request was made
Click any row to expand the full request and response details. Use this table to debug integration issues or audit API usage.

Learn more