export_survey_participant_list
Export survey participant records from REDCap for a specific instrument, with email, name, and response status.
Instructions
Export the list of survey participants for an instrument.
The instrument must be enabled as a survey in REDCap. Returns an error if surveys are not enabled or the instrument is not a survey.
Args: instrument: Internal name of the survey instrument. event: Event name (longitudinal projects only).
Returns: JSON array of participant records with email, name, and response status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event | No | ||
| instrument | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |