FruxonDocs
Agent NetworkTriggers

Deliberately excludes a work item, with a reason.

For genuine business exclusions — "group policy, insured is not an agency client" — which must stay visible and distinct from a failure. The reason is required: an exclusion without one is indistinguishable from a bug six months later, and the recorded reason is the only thing separating IGNORED from DEAD.

POST
/v1/tenants/{tenant}/triggers/{trigger}/ledger/items/{item}:ignore
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
item*string

The ledger item identifier.

Formatuuid
tenant*string

The tenant identifier

The required reason.

reason*string

Why this item is being excluded. Required.

Length1 <= length <= 4000
[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/triggers/497f6eca-6276-4993-bfeb-53cbbbba6f08/ledger/items/497f6eca-6276-4993-bfeb-53cbbbba6f08:ignore" \  -H "Content-Type: application/json" \  -d '{    "reason": "string"  }'
{
  "id": "00000000-0000-0000-0000-000000000000",
  "ledgerId": "00000000-0000-0000-0000-000000000000",
  "itemKey": "string",
  "label": "string",
  "stageId": "string",
  "status": "READY",
  "stageAttempts": 0,
  "nextAttemptAt": 0,
  "lastError": "string",
  "admittedAt": 0,
  "terminalAt": 0,
  "lastExecutionRecordId": "00000000-0000-0000-0000-000000000000",
  "data": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}