List survey participants
limesurvey_list_participantsList and filter survey participants with server-side pagination. Set conditions, offset, and limit to retrieve specific participant data.
Instructions
List and filter survey participants with server-side pagination.
Calls LimeSurvey RemoteControl method list_participants. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum participants to return. | |
| start | No | Zero-based result offset. | |
| unused | No | Return only unused participants. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| attributes | No | Fields to return, or false for defaults. | |
| conditions | No | Participant filter conditions as an object or positional condition list. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |