---
title: "List post analytics, including safe post contentText."
method: GET
path: "/customer/analytics/posts"
tags: ["Customer REST"]
---

# List post analytics, including safe post contentText.

`GET /customer/analytics/posts`

## Query parameters

- `limit` integer
- `cursor` string
- `monitoredProfileId` string, uuid
- `monitoredProfileIds` string
- `profileType` 'TEAMMATE' | 'COMPETITOR' | 'INFLUENCER' | 'INVESTOR' | 'CUSTOM'
- `relationshipLabel` string
- `source` 'MEMBER_ONBOARDING' | 'MANUAL_WATCHLIST'
- `dateFrom` string, date-time
- `dateTo` string, date-time
- `minIcpMatchPercent` integer
- `status` 'any' | 'qualified' | 'unqualified'
- `query` string
- `sort` 'date' | 'engagement' | 'reactions' | 'comments' | 'reposts'
- `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.

---

[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/versions/5ea23c14f8cf/schema)
