---
title: "List watchlist profiles."
method: GET
path: "/customer/watchlist/profiles"
tags: ["Customer REST"]
---

# List watchlist profiles.

`GET /customer/watchlist/profiles`

## Query parameters

- `limit` integer
- `cursor` string
- `profileType` 'TEAMMATE' | 'COMPETITOR' | 'INFLUENCER' | 'INVESTOR' | 'CUSTOM'
- `profileTypes` string
- `source` 'MEMBER_ONBOARDING' | 'MANUAL_WATCHLIST'
- `slotKind` 'SELF' | 'STANDARD' | 'COMPETITOR'
- `relationshipLabel` string
- `state` 'ACTIVE' | 'PAUSED'
- `query` string
- `sort` 'createdAt' | 'followers' | 'lastEngagementSyncAt' | 'displayName'
- `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)
