Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List recent submissions for a HubSpot form in reverse chronological order
hubspot__list_form_submissions
{ "type": "object", "properties": { "formGuid": { "type": "string", "description": "HubSpot form GUID" }, "limit": { "type": "number", "description": "Maximum submissions to return, from 1 to 50" }, "after": { "type": "string", "description": "Pagination cursor from the previous page" } }, "required": [ "formGuid" ], "description": "Input schema for the hubspot__list_form_submissions tool." }