---
title: "List qualified leads for one post."
method: GET
path: "/customer/analytics/posts/{postId}/qualified-leads"
tags: ["Customer REST"]
---

# List qualified leads for one post.

`GET /customer/analytics/posts/{postId}/qualified-leads`

## Path parameters

- `postId` string, uuid, required

## Query parameters

- `limit` integer
- `cursor` string

## 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.
- `404` — Resource not found for the key workspace.

---

[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)
