---
title: "Call statistics"
method: GET
path: "/fastedge/v1/stats/calls"
tags: ["Stats"]
---

# Call statistics

`GET /fastedge/v1/stats/calls`

Retrieve aggregated call statistics for applications within a specified time period.
Data is aggregated by the specified step interval and can be filtered by application ID and network.

## Query parameters

- `from` string, date-time, required
- `to` string, date-time, required
- `step` integer, required
- `id` integer
- `network` string, string

## Response `200`

Returns call statistics for the specified time period

- object
  - `stats` CallStats[], required
    - `time` string, date-time, required — Beginning ot reporting slot
    - `count_by_status` CountByStatus[], required — Count by status
      - `status` integer, required — HTTP status
      - `count` integer, required — Number of app calls

## Other responses

- `400` — Bad request

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
