FruxonDocs
Agent NetworkTriggers

Roll-up of delivery outcomes over a time window.

Powers the right-rail delivery-summary card — the one that replaces the bare "Last fired" line with a received / fired / filtered breakdown so operators can tell at a glance whether the filter is the reason their agent isn't running. Default window is 24 hours; the max is 30 days.

GET
/v1/tenants/{tenant}/triggers/{trigger}/events:summary
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

trigger*string

The trigger identifier.

Formatuuid
tenant*string

The tenant identifier

Query Parameters

windowHours?integer

Window length in hours (default 24, max 720).

Formatint32

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/triggers/497f6eca-6276-4993-bfeb-53cbbbba6f08/events:summary"
{
  "windowHours": 0,
  "received": 0,
  "fired": 0,
  "filtered": 0,
  "filterError": 0,
  "lastDeliveryAt": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}