ringcentral_list_company_call_log
Retrieve account-wide call log records with filters for date range, direction, call type, and pagination.
Instructions
List account-wide call log records.
API: GET /restapi/v1.0/account/~/call-log
Args:
date_from: ISO 8601 start of the date range.
date_to: ISO 8601 end of the date range.
view: "Simple" or "Detailed".
direction: "Inbound" or "Outbound".
type: Call type, e.g. "Voice", "Fax".
page: Page number.
per_page: Results per page (max 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| type | No | ||
| view | No | ||
| date_to | No | ||
| per_page | No | ||
| date_from | No | ||
| direction | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |