CPA: chats for a period (v1, deprecated)
cpa_chats_by_time_v1Retrieve paginated target CPA chats created from a given timestamp. Read-only, use for monitoring chat activity without spending.
Instructions
Returns a paginated list of target CPA chats created starting from the given moment (v1, deprecated). Read-only, spends no money. Deprecated — prefer cpa_chats_by_time_v2 (identical semantics, higher request limit: 40 vs 60/min for v1, but v2 is the current version).
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 startTime/date of a chat from the previous page. |