---
title: "Get Executors Summary"
method: GET
path: "/executors/summary"
tags: ["Executors"]
---

# Get Executors Summary

`GET /executors/summary`

Get summary statistics for all executors.

Returns aggregate information including:
- Total active/completed executor counts
- Total PnL and volume
- Breakdown by executor type, connector, and status

## Response `200`

Successful Response

- ExecutorsSummaryResponse — Summary of active executors.
  - `total_active` integer, required — Number of active executors
  - `total_pnl_quote` number, required — Total PnL across active executors
  - `total_volume_quote` number, required — Total volume across active executors
  - `by_type` object, required — Executor count by type
  - `by_connector` object, required — Executor count by connector
  - `by_status` object, required — Executor count by status

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
