bitrix24_crm_timeline_comment_list
Retrieve manual timeline comments (manager notes) from a CRM lead, deal, contact, or company. View comment text, author, and creation date to review manager notes on entities.
Instructions
List manual timeline comments (manager notes) on a CRM lead/deal/contact/company. These are the free-text notes a manager types into the entity timeline — separate from activities (calls/emails). Returns COMMENT (the note text), AUTHOR_ID (who wrote it), CREATED. Useful for reviewing what a manager recorded about a deal beyond the structured fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max comments to return (default cap 500). | |
| order | No | Sort order, e.g. {CREATED: 'desc'} | |
| ownerId | Yes | ID of the lead/deal/contact/company | |
| ownerType | Yes | CRM entity type the comments belong to |