List questions
limesurvey_list_questionsList all questions and subquestions in a LimeSurvey survey or group, with optional language filter and output in JSON or Markdown.
Instructions
List questions and subquestions in a survey or group.
Calls LimeSurvey RemoteControl method list_questions. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | No | Optional question-group ID. | |
| language | No | LimeSurvey language code; null uses the survey default. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| 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 |