---
title: "Execution statistics (totals + averages)"
method: GET
path: "/executions:stats"
tags: ["Executions"]
---

# Execution statistics (totals + averages)

`GET /executions:stats`

## Query parameters

- `workflowId` Ulid[]

## Response `200`

Execution stats.

- ExecutionStats
  - `total` integer, required
  - `succeeded` integer, required
  - `failed` integer, required
  - `pending` integer
  - `avgExecutionTime` number, double — Average execution time in milliseconds.

## Other responses

- `401` — Missing or invalid bearer token.

## Changes

- **2026-06-26** `c2d149d742dd` — 1 warning
  - deleted the `query` request parameter `chainId`
- **2026-06-04** `298db67c81a9` — 1 info
  - added the new optional `query` request parameter `chainId`

[Change history](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api/changes/executions:stats/get.md)

---

[API](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api.md) · [All operations](https://skmtc.dev/avaprotocol/apis/ava-protocol-avs-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/avaprotocol/ava-protocol-avs-api/revisions/841dc6a5d532/schema)
