ringcentral_list_user_call_log
List call log records for a specific extension/user, with optional filters for date range, direction, view, and pagination to inspect call history.
Instructions
List call log records for a specific extension/user.
API: GET /restapi/v1.0/account/~/extension/{extensionId}/call-log
Args:
extension_id: The extension ID, or "~" for the currently authenticated extension (default).
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".
page: Page number.
per_page: Results per page (max 1000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| view | No | ||
| date_to | No | ||
| per_page | No | ||
| date_from | No | ||
| direction | No | ||
| extension_id | No | ~ |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |