Call statistics
items_post_calls_statsRetrieve daily aggregated call statistics (total, new, answered) for your listings over a specified date range. For all or selected listings.
Instructions
Returns aggregated CALL statistics for listings over a period (post_calls_stats) — total/new/answered/new answered, broken down by day. Read-only analytics, changes nothing and spends nothing. The period is set by dateFrom..dateTo (YYYY-MM-DD). Without itemIds — across all of the user's listings. For views/contacts, use items_post_item_stats_shallow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | Yes | End of the period, inclusive (YYYY-MM-DD). | |
| itemIds | No | List of listing IDs to filter by. Without it — statistics across all of the user's listings. | |
| user_id | No | ID of the owner user. Defaults to Profile_id from .env. | |
| dateFrom | Yes | Start of the period, inclusive (YYYY-MM-DD). |