get_form
Retrieve a signup form's fields, embed code, and post-submission redirect. Use it to copy the install snippet or inspect collected fields before interpreting submissions. Read-only.
Instructions
Get one signup form in full: its fields, its embed code, and where it redirects after submission.
Use it when you need the embed snippet to install the form, or need to know which fields it collects before interpreting submissions. For the submitted data itself, use get_form_submissions; for the list of forms, list_forms.
Reads only; the form is not modified and no submission is created. Requires an API key. The embed code is meant to be pasted into a site, so returning it does not publish anything by itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form_id | Yes | Form ID (UUID) |