List contact-form submissions
list_contact_form_submissionsRetrieve contact form submissions from your project, with optional search and pagination. Read-only access; does not consume credits.
Instructions
List the project's captured contact-form submissions (id, email, subject, message, data). Read-only; doesn't consume credits. Use search= to substring-match against email, subject, or message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Default 1. | |
| search | No | Substring match against email, subject, or message body. | |
| page_size | No | Items per page (1–200). Default 50. |