Skip to main content
GET
List Calls

Authorizations

apiKey
string
header
required

Headers

onBehalfOf
string

UID of the user on whose behalf the action is performed.

Query Parameters

type
enum<string>

It includes the type of the call, possible values: audio & video

Available options:
audio,
video
mode
enum<string>

It represents the mode of call, possible values: call, meet & presenter.

Available options:
call,
meet,
presenter
participantsCount
string

This query parameter allows you to filter the list of calls based on the number of participants involved in each call. For example, participantsCount=5 will return calls that had exactly 5 participants.

startedAt
integer<int32>

It represents when the call was started. It's 10 digit unix timestamp.

status
enum<string>

It indicates the status of the call. Possible values are unanswered, rejected, ongoing, ended.

Available options:
unanswered,
rejected,
ongoing,
ended
receiverType
enum<string>

It indicates if it was 1-1 call of group call. Possible values: user & group.

Available options:
user,
group
endedAt
integer<int32>

It represents when the call was ended.

hasRecording
boolean

It's a boolean field indicating if the call has recording present or not.

uid
string

It fetches only those calls in which the passed uid is a part of.

Response

200

data
object[]
meta
object