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 form submissions with filters for email, date range, and more.
GET /api/v1/external/forms/:formId/submissions GET /api/v1/external/submissions
email
*
*@gmail.com
since
until
partial
limit
offset
sort
order
form_id
{ "data": [ { "id": "bfe0dd18-...", "created_at": "2026-05-15T09:32:16Z", "email": "user@example.com", "answers": { "field_name": "value" }, "partial_submission": false, "completion_time_seconds": 84, "embed_domain": "store.example.com", "embed_mode": "popup" } ], "pagination": { "total": 796, "limit": 50, "offset": 0 } }
curl -H "Authorization: Bearer kntc_..." \ "https://app.usekinetic.com/api/v1/external/submissions?since=2026-05-16T10:30:00Z"