---
title: "Get Org Insights Headline"
method: GET
path: "/v2/organizations/{orgId}/insights/headline"
tags: ["Organizations"]
---

# Get Org Insights Headline

`GET /v2/organizations/{orgId}/insights/headline`

Get org-wide headline insight KPIs (run totals, success rate, distinct active agents and users) aggregated across every team in the organization. Requires an organization Admin, Executive, or Owner role.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

- `startDate` string, date-time
- `endDate` string, date-time

## Response `200`

Default Response

- object
  - `headline` object, required
    - `total_runs` number, required — Total runs started in the window across all org teams
    - `completed_runs` number, required — Runs that finished with completed status
    - `failed_runs` number, required — Runs that finished with failed status
    - `success_rate` number, nullable, required — completed_runs / (completed_runs + failed_runs), null when no runs finished in the window
    - `active_agents` number, required — Distinct agents with at least one run in the window (org-wide, includes since-deleted agents so totals reconcile with run counts)
    - `active_users` number, required — Distinct users who started at least one run in the window, deduplicated across teams
    - `start_date` string, required — Effective window start after clamping (ISO 8601)
    - `end_date` string, required — Effective window end after clamping (ISO 8601)
    - `truncated` boolean, required — True when the org has more teams than the aggregation limit — figures cover only the first teams up to the cap
    - `aggregated_teams` number, required — Number of teams actually included in the aggregation
    - `total_teams` number, required — Actual team count on the org, even when truncated

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `500` — Default Response

---

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