Go to Rilla

Tracker

An in-checklist tracker. Prefer the tracker-prefixed fields; unprefixed fields are compatibility aliases with the same values.

7 fieldsapplication/jsonDownload JSON Schema ↓

Fields

Required means the key is present; nullable means its value may be null. These are different. Examples are synthetic, complete for the documented fields, and not real customer data.

trackerIdstringrequired

Unique identifier of the tracker. Stable across conversations, so it can be used to group or join tracker results.

Example "1042"
namestringrequired

Alias of trackerName.

Example "Asked about budget"
trackerNamestringrequired

Name of the tracker.

Example "Asked about budget"
isHitboolean | nullrequirednullable

Alias of trackerIsHit.

Example true
trackerIsHitboolean | nullrequirednullable

Whether the tracker was hit during the conversation.

Example true
aiScorenumber | nullrequirednullable

Alias of trackerAiScore.

Example 0.92
trackerAiScorenumber | nullrequirednullable

AI-generated score for the tracker.

Example 0.92

Complete example

Tracker · complete example
{
  "trackerId": "1042",
  "name": "Asked about budget",
  "trackerName": "Asked about budget",
  "isHit": true,
  "trackerIsHit": true,
  "aiScore": 0.92,
  "trackerAiScore": 0.92
}

All response types →

On this page