---
title: "Get calls count"
method: GET
path: "/self/calls/count"
tags: ["Calls"]
---

# Get calls count

`GET /self/calls/count`

## Query parameters

- `fromDate` integer
- `toDate` integer
- `direction` 'INBOUND' | 'OUTBOUND'
- `states` 'INITIALIZING' | 'RINGING' | 'ACTIVE' | 'HELD' | 'REMOTE_HELD'

## Response `200`

Successful

- EventsCount
  - `count` integer — Number of events found

## Other responses

- `400` — Bad Request: The client should not repeat the request without modifications
- `401` — Unauthorized: Invalid access token
- `403` — Forbidden: The user has no rights to access the resource(s)
- `408` — Timeout: The client may repeat the request without modifications
- `422` — Validation Error
- `500` — Internal Server Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/vonage/apis/vgis.md) · [All operations](https://skmtc.net/vonage/apis/vgis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vonage/vgis/versions/343ef79f45ec/schema)
