Get inbound metrics
GET /v1/inbound-metrics
Retrieve aggregated delivery metrics for inbound webhook messages. Optionally filter by a specific inbound endpoint.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Time window for metrics
Example
24hOptional filter by inbound endpoint ID
Example
01935abc-def0-7123-4567-890abcdef012Responses
Section titled “ Responses ”Inbound metrics retrieved successfully
object
object
Time window for these metrics
Example
24hTotal number of inbound messages in the window
Example
5000Successfully delivered messages
Example
4900Permanently failed messages
Example
20Total retry attempts
Example
80Ratio of succeeded to total messages
Example
0.98Average delivery latency in milliseconds
Example
150Average total time from received to delivered in milliseconds
Example
3200object
Unique identifier for this request (useful for support)
Example
req_xyz123Example
{ "data": { "window": "24h", "total_messages": 5000, "succeeded": 4900, "failed": 20, "retries": 80, "success_rate": 0.98, "avg_latency_ms": 150, "avg_delivery_time_ms": 3200 }, "meta": { "request_id": "req_xyz123" }}Invalid window or endpoint_id parameter
object
object
Machine-readable error code
Example
INVALID_REQUESTHuman-readable error message
Example
endpoint must be a valid HTTPS URLobject
Unique identifier for this request (useful for support)
Example
req_xyz123Unauthorized - Invalid or missing API key
object
object
Machine-readable error code
Example
INVALID_REQUESTHuman-readable error message
Example
endpoint must be a valid HTTPS URLobject
Unique identifier for this request (useful for support)
Example
req_xyz123Example
{ "error": { "code": "UNAUTHORIZED", "message": "Invalid or missing API key" }, "meta": { "request_id": "req_xyz123" }}Enter your credentials to populate code examples throughout the docs.