CPA: chats for a period
cpa_chats_by_time_v2Retrieve paginated target CPA chats created after a specified date and time. Read-only and free, returns action IDs for use in chat lookup or complaints.
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 |
|---|---|---|---|
| dateTimeFrom | Yes | Moment from which to search chats by the date field, in RFC3339 format, e.g. "2021-01-02T15:04:05Z". | |
| limit | Yes | Page size (number of chats). The API accepts no more than 100. | |
| offset | Yes | Page offset (default 0). For performance, prefer passing the maximum date of a chat from the previous page. |