surveymonkey_list_surveys
List surveys with pagination, sorting, and filters by title, modified date, or folder to locate the right survey.
Instructions
Lists surveys in the account with pagination and optional filters.
Args: page: Page number (default 1). per_page: Results per page, max 1000 (default 50). sort_by: Sort field: "title", "date_modified", "num_responses" (default: date_modified). sort_order: Sort direction: "asc" or "desc" (default: desc). title: Filter surveys by title (substring match). start_modified_at: ISO 8601 — surveys modified after this date. end_modified_at: ISO 8601 — surveys modified before this date. folder_id: Filter by folder ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| title | No | ||
| sort_by | No | ||
| per_page | No | ||
| folder_id | No | ||
| sort_order | No | ||
| end_modified_at | No | ||
| start_modified_at | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |