get_form_submission
Retrieve complete form submission data with all fields, customer details, source attribution, and landing page URL from a submission ID.
Instructions
Get full detail for one form submission, including all submitted field data.
Useful for retrieving the original form payload after seeing a
submission ID via list_form_submissions or in a webhook callback.
Args: submission_id: 'FOR...' id. account_id: CallRail account ID. Auto-resolves if omitted.
Returns:
JSON string with the form submission — submitted_at, customer
details, source/UTM attribution, landing page URL, referrer,
and form_data dict keyed by form field name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | ||
| submission_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |