FruxonDocs
Agent NetworkTriggers

Every reason this automation has excluded items for, with counts.

The options a filter-wide re-drive out of IGNORED is chosen from. An exclusion is a judgement a stage made under an instruction, so what an operator holds after revising that instruction is a reason rather than a list of items — and each count here is what `ignoreReason` resolves for that reason, which is what makes it confirmable. Distinct from the funnel, which stops at "1,204 IGNORED": a status is not something anyone can act on, and re-driving all of it would re-run every exclusion the shape has ever made. A reason with no recorded text comes back with a null `reason` — those items exist and cannot be selected by reason at all, and saying so is better than omitting them.

GET
/v1/tenants/{tenant}/triggers/{trigger}/ledger/exclusions
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

PageSize?integer

The maximum number of items to return per page

Formatint32
PageToken.Skip?integer
Formatint32
PageToken.Cursor?string

Opaque cursor token from an external system (e.g. RAG API). When set, M:Fruxon.Common.Collections.PageToken.AsString returns this value directly instead of encoding Fruxon.Common.Collections.PageToken.Skip.

stageId?string

Optional stage filter, matching the selection's own.

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/triggers/497f6eca-6276-4993-bfeb-53cbbbba6f08/ledger/exclusions"
{
  "items": [
    {
      "reason": "string",
      "count": 0
    }
  ],
  "nextPageToken": "string",
  "totalCount": 0
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}