Skip to content

get_submissions

Get form submissions for a deployment. Returns paginated results with all submitted data.

Annotations

AnnotationValue
readOnlyHinttrue
destructiveHintfalse
openWorldHinttrue

Parameters

NameTypeRequiredDescription
idstringYesThe deployment ID
pagenumberNoPage number (default 1)
limitnumberNoResults per page (default 20, max 100)

Example

User prompt:

"Show me the form submissions for my contact page"

What Claude does:

  1. Calls get_submissions with the deployment ID.
  2. Returns paginated submission data with timestamps.

Notes

  • Any <form> on a deployed page can submit to /_submit and data is stored automatically.
  • Submissions are also viewable in the Based Page dashboard.
  • Use delete_submission to remove individual submissions.

Deploy apps from conversation.