---
title: "Get Execution Stats"
method: GET
path: "/monitoring/executions"
tags: ["Monitoring"]
---

# Get Execution Stats

`GET /monitoring/executions`

Return aggregated execution statistics for the dashboard.

## Query parameters

- `days` integer

## Response `200`

Successful Response

- ExecutionStatsResponse — Aggregated execution statistics for the dashboard.
  - `daily_buckets` DailyExecutionBucket[], required
    - `date` string, required
    - `failed` integer, required
    - `success` integer, required
    - `total` integer, required
  - `success_rate_percent` number, required
  - `top_operations` TopOperation[], required
    - `api_name` string, required
    - `api_vendor` string, required
    - `failed` integer, required
    - `operation_id` string, required
    - `total` integer, required
  - `total_executions` integer, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `500` — Internal Server Error
- `503` — Service Unavailable

---

[API](https://skmtc.net/jentic/apis/jentic-control-plane-api.md) · [All operations](https://skmtc.net/jentic/apis/jentic-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jentic/jentic-control-plane-api/revisions/25c23e262a29/schema)
