Skip to main content
GET
List Calls

Authorizations

Authorization
string
header
required

Retrieve your API Key from Dashboard API Keys Section.

Query Parameters

startDate
string<date-time>
required

Filter the calls by start date. The date should be in ISO 8601 format, Ex: 2024-11-01T00:00:00.000Z

Example:

"2024-11-01T00:00:00.000Z"

endDate
string<date-time>
required

Filter the calls by end date. The date should be in ISO 8601 format, Ex: 2024-11-30T23:59:59.999Z

Example:

"2024-11-30T23:59:59.999Z"

page
integer
default:1

To see the calls list of a particular page number.

Example:

1

size
integer
default:10

Number of calls per page.

Example:

10

sort
enum<string>
default:startAt

Sort the calls by a field

Available options:
startAt,
endAt,
status,
conversationId
Example:

"startAt"

Response

200 - application/json

Successful response

totalCount
integer

Total number of calls without applying pagination.

Example:

10

conversations
object[]