Call statistics
items_post_calls_statsRetrieve aggregated call statistics for listings, including total, new, answered, and new answered calls, broken down by day. Specify a date range and optionally filter by listing IDs.
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 |
|---|---|---|---|
| dateFrom | Yes | Start of the period, inclusive (YYYY-MM-DD). | |
| 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. |