List surveys
limesurvey_list_surveysList surveys visible to a user, optionally filtered by survey group. Choose JSON or Markdown output.
Instructions
List surveys visible to a user, optionally filtered by survey group.
Calls LimeSurvey RemoteControl method list_surveys. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | Optional administration username; null uses the current service account. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| survey_group_id | No | Optional survey-group ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |