Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve and manage form submissions. Each submission contains the user’s responses and metadata.
GET
/v1/forms/{form_id}/submissions
page
per_page
since
until
status
GET /v1/forms/{form_id}/submissions
{ "data": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "fields": { "email": "[email protected]", "message": "Hello, I have a question..." }, "status": "completed", "submitted_at": "2024-01-15T14:30:00Z", "metadata": { "referrer": "https://example.com", "user_agent": "Mozilla/5.0...", "device_type": "desktop", "utm_source": "google", "utm_medium": "cpc", "utm_campaign": "spring_sale" } } ], "meta": { "total": 150, "page": 1, "per_page": 20, "total_pages": 8 } }
Was this page helpful?