---
title: "List account summaries derived from active leads."
method: GET
path: "/customer/account-reports"
tags: ["Customer REST"]
---

# List account summaries derived from active leads.

`GET /customer/account-reports`

## Query parameters

- `limit` integer
- `cursor` string
- `companyName` string
- `minIcpMatchPercent` integer
- `maxIcpMatchPercent` integer
- `dateFrom` string, date-time
- `dateTo` string, date-time
- `query` string
- `sort` 'latestSignalAt' | 'leadCount' | 'averageIcpMatchPercent' | 'accountName'
- `sortDirection` 'asc' | 'desc'

## Response `200`

Paginated data envelope.

- PageEnvelope
  - `data` object[], required
  - `page` object, required
    - `limit` integer, required
    - `cursor` string, nullable
    - `nextCursor` string, nullable, required

## Other responses

- `400` — Request failed boundary validation.
- `401` — Invalid, expired, or revoked API key.
- `402` — Key or OAuth grant lacks the required scope.

---

[API](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1.md) · [All operations](https://skmtc.net/windmill-growth/apis/traxy-customer-api-and-mcp-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windmill-growth/traxy-customer-api-and-mcp-v1/revisions/5ea23c14f8cf/schema)
