Fetch Sample Submissions
### Overview
Retrieves the most recent 10 submissions for a specific form. This endpoint is crucial for mapping data fields in third-party integrations (like Zapier).
### Query Parameters
| Field | Type | Required | Description |
| --- | --- | --- | --- |
| form_id | `string` | **Yes** | The unique identifier of the form. |
### **Response Structure**
The response returns an array of submission objects. Each object contains metadata and dynamic fields based on your form questions:
- `id` (string): Unique submission identifier.
- `form_id` (string): The form ID associated with this response.
- `submitted_at` (date): ISO timestamp of the submission.
- `[Dynamic Fields]`: Every question in your form is returned as a key-value pair where the key is the cleaned Question Label.
Query parameters
form_id
Response
OK
id
event
form_id
form_title
submission_id
submitted_at
Email
Name
Message
