Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /v1/forms/{form_id}/submissions | List submissions for a form |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
page | integer | Page number (default: 1) |
per_page | integer | Results per page (default: 20, max: 100) |
since | string | Filter submissions after this ISO 8601 date |
until | string | Filter submissions before this ISO 8601 date |
status | string | Filter by status: completed or partial |
Example Response
GET /v1/forms/{form_id}/submissions