FruxonDocs
Agent NetworkTriggers

The source watermark and its freshness.

Cursor health for the automation card. `lastScanCompletedAt` is the staleness signal, deliberately distinct from `lastItemAdmittedAt`: a healthy source that simply had nothing new still moves the former, so a quiet mailbox does not read as an outage.

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

Response Body

curl -X GET "https://api.fruxon.com/v1/tenants/string/triggers/497f6eca-6276-4993-bfeb-53cbbbba6f08/ledger/cursor"
{
  "ledgerId": "00000000-0000-0000-0000-000000000000",
  "value": "string",
  "version": 0,
  "lastScanCompletedAt": 0,
  "lastItemAdmittedAt": 0,
  "updatedAt": 0,
  "updatedByRunId": "00000000-0000-0000-0000-000000000000"
}
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}