Call tracking: list of calls
calltracking_get_callsRetrieve a paginated list of call-tracking calls within a specified time range, filtered by call time in RFC3339 format. Enables analysis of call logs from your Avito account.
Instructions
Returns a list of call-tracking calls over a time range, filtered by call time (callTime), with pagination (read-only). Requires a time window in RFC3339 format. To fetch a single call by id use calltracking_get_call_by_id; for the conversation recording use calltracking_get_record_by_call_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Page size — how many calls to return per request (the API allows at most 100). | |
| offset | Yes | Pagination offset (the number of records to skip from the start, starting at 0). | |
| dateTimeTo | No | End of the search range by callTime (RFC3339, e.g. "2021-03-02T23:59:59Z"). If omitted, defaults to dateTimeFrom + 1 month; the maximum is dateTimeFrom + 3 months. | |
| dateTimeFrom | Yes | Start of the search range by call time (callTime), an RFC3339-formatted string, e.g. "2021-01-02T00:00:00Z". Required. |