growsurf_list_participants
List participants in a GrowSurf program, newest first, with pagination. Pass the returned nextId to retrieve the next page and obtain participant IDs for program-specific actions.
Instructions
List participants in your GrowSurf program, newest page first. limit is 1-100 (default 10). Pass response nextId into the next call to continue paging. Use this when you need a participant ID before calling participant-scoped tools. Targets campaignId if you pass it, otherwise GROWSURF_CAMPAIGN_ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| nextId | No | Participant ID returned as `nextId` from the previous page. | |
| campaignId | No | Target program (campaign) id for this call. Defaults to GROWSURF_CAMPAIGN_ID when omitted. Pass the `id` returned by growsurf_create_campaign to configure or operate a program you just created, without restarting the server. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of participants requested for this page. | |
| nextId | No | Participant id to pass as `nextId` for the next page, or `null` when there are no more results. | |
| participants | No | Participants returned for this page. |