FruxonDocs
Agent NetworkTriggers

Fetches a single delivery-attempt row.

Used by the Mappings tab's "Use as filter sample" affordance to seed the dry-run preview with a real (rejected) payload. Returns 404 when the attempt id is unknown or does not belong to the trigger.

GET
/v1/tenants/{tenant}/triggers/{trigger}/events/{event}
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
event*string

The delivery attempt identifier.

Formatuuid
tenant*string

The tenant identifier

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/triggers/497f6eca-6276-4993-bfeb-53cbbbba6f08/events/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "id": "00000000-0000-0000-0000-000000000000",
  "triggerId": "00000000-0000-0000-0000-000000000000",
  "outcome": "FIRED",
  "source": "SCHEDULE",
  "provider": "string",
  "integrationConfigId": "00000000-0000-0000-0000-000000000000",
  "eventType": "string",
  "deliveryId": "string",
  "filteredByConditionIndex": 0,
  "filteredByConditionPath": "string",
  "filteredByConditionActualValue": "string",
  "errorMessage": "string",
  "firedBindingCount": 0,
  "skippedDoubleFireBindingCount": 0,
  "firedAgentIds": [
    "string"
  ],
  "payloadSnippet": "string",
  "createdAt": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}