v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Call Log

List Company Active Calls

Returns records of all calls that are in progress, ordered by start time in descending order.

get/restapi/v1.0/account/{accountId}/active-calls

Path parameters

accountIdstring required

Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)

Query parameters

directionCallDirectionEnum[]

The direction of call records to be included in the result. If omitted, both inbound and outbound calls are returned. Multiple values are supported

view'Simple' | 'Detailed'

Defines the level of details for returned call records

typeCallTypeEnum[]

The type of call records to be included in the result. If omitted, all call types are returned. Multiple values are supported

transportCallTransportEnum[]

The type of call transport. Multiple values are supported. By default, this filter is disabled

conferenceTypestring[]

Conference call type: RCC or RC Meetings. If not specified, no conference call filter applied

pageinteger

Indicates the page number to retrieve. Only positive number values are accepted

perPageinteger

Indicates the page size (number of items)

Response

Successful response

uristring uri

Link to the list of company/user call log records

Example response

{
  "paging": {
    "perPage": 50,
    "page": 5,
    "pageEnd": 5,
    "totalPages": 25,
    "totalElements": 25
  }
}