When reviewing a record's Timeline in Zoho CRM, you'll sometimes see an entry that simply says "Some fields updated" rather than listing the specific fields that changed.
This message appears when a record update touches several fields at once, and the Timeline summarises the change generically rather than itemising every single field individually. This is common after actions like a mass update, an import, a workflow rule, or an API call that modifies multiple fields on a record in one operation, since listing every changed field individually in the Timeline view would quickly become unreadable for larger updates.
If you need the exact detail of which fields changed and what their previous values were, rather than the summarised Timeline entry, the Get Timeline of a Record API endpoint returns the full history of updates made to a record, including field-level changes, in a structured format. This is the more reliable route if you need granular audit detail rather than the human-readable summary shown in the standard Timeline view.