List quotas
limesurvey_list_quotasLists the quotas configured for a survey, returning details such as quota limits and current counts for monitoring and management.
Instructions
List quotas configured for a survey.
Calls LimeSurvey RemoteControl method list_quotas. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | 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 |