CPA: calls for a period
cpa_get_calls_by_time_v2Retrieve a paginated list of CPA calls starting from a given moment. Iterate over calls for a period to get call IDs for further actions.
Instructions
Returns a paginated list of CPA calls created starting from the given moment (by startTime) (v2). Read-only, spends no money. Use to iterate over calls for a period; the returned callId/actionId values are then suitable for cpa_get_call_by_id_v2 or filing a complaint. Limit: 1 request/min.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTimeFrom | Yes | Moment from which to search calls by startTime, in RFC3339 format, e.g. "2021-01-02T15:04:05Z". | |
| limit | Yes | Page size (number of calls). | |
| offset | No | Page offset (default 0). For performance, prefer passing the maximum startTime of a call from the previous page. |