b24_crm_timeline_comment_list
List timeline comments for a CRM record by entity type and ID, with pagination support. Optionally auto-paginate to fetch all comments up to a limit.
Instructions
List timeline comments of a CRM record (crm.timeline.comment.list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Pagination offset (page size is 50). Use 'next' from a prior response. | |
| entity_id | Yes | Owner record id. | |
| fetch_all | No | Auto-paginate and return all matching records (capped by BITRIX_MAX_PAGES, default 40 pages = 2000 records). Use a filter to keep this bounded. | |
| entity_type | Yes | Timeline owner type: 'deal','lead','contact','company','quote'. | |
| webhook_url | No | Override the default incoming webhook for this call (https://<portal>/rest/<user_id>/<token>/). If omitted, uses personal_webhook, then the X-B24-Webhook HTTP header, then the BITRIX_WEBHOOK_URL env default. | |
| personal_webhook | No | Act as a specific user (their personal incoming webhook). Takes precedence over webhook_url. Required to write to the portal under that user's permissions. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |