Go to Rilla

AiTracker

A tracker evaluated outside a checklist (is_in_checklist = false). This array is not a flattened duplicate of checklists.trackerData.

5 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.

checklistNamestringrequired

Name of the checklist this tracker belongs to.

Example "Discovery"
trackerIdstringrequired

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

Example "1043"
trackerNamestringrequired

Name of the tracker.

Example "Mentioned financing"
isHitboolean | nullrequirednullable

Whether the tracker was hit during the conversation.

Example true
aiScorenumber | nullrequirednullable

AI-generated score for the tracker.

Example 0.92

Complete example

AiTracker · complete example
{
  "checklistName": "Discovery",
  "trackerId": "1043",
  "trackerName": "Mentioned financing",
  "isHit": true,
  "aiScore": 0.92
}

All response types →

On this page