CPA: chats for a period
cpa_chats_by_time_v2Retrieve a paginated list of CPA chats from a specified date, enabling efficient batch processing for complaint filing or chat retrieval without cost.
Instructions
Returns a paginated list of target CPA chats created starting from the given moment (by the date field) (v2 — current). Read-only, spends no money. Prefer this method over the deprecated cpa_chats_by_time_v1. The returned actionId values are then suitable for cpa_chat_by_action_id or filing a complaint. Limit: 40 requests/min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Page size (number of chats), no more than 100. | |
| offset | Yes | Page offset (default 0). For performance, prefer passing the maximum date of a chat from the previous page. | |
| dateTimeFrom | Yes | Moment from which to search chats by the date field, in RFC3339 format, e.g. "2021-01-02T15:04:05Z". |