---
title: "Execution duration statistics"
method: GET
path: "/fastedge/v1/stats/app_duration"
tags: ["Stats"]
---

# Execution duration statistics

`GET /fastedge/v1/stats/app_duration`

Retrieve execution time statistics showing how long applications took to process requests.
Results are aggregated by the specified time interval and can be filtered by app and network.

## Query parameters

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

## Response `200`

Returns execution duration statistics for the specified time period

- object
  - `stats` DurationStats[], required
    - `time` string, date-time, required — Beginning of reporting slot
    - `min` integer, required — Min duration in usec
    - `max` integer, required — Max duration in usec
    - `avg` integer, required — Average duration in usec
    - `median` integer, required — Median (50% percentile) duration in usec
    - `perc75` integer, required — 75% percentile duration in usec
    - `perc90` integer, required — 90% percentile duration in usec

## 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)
