---
title: "Sample Submission Polling"
method: GET
path: "/external/zapier/submissions/recent"
tags: ["Zapier"]
---

# Sample Submission Polling

`GET /external/zapier/submissions/recent`

Retrieves the most recent submissions for a specified form.

## Query parameters

- `form_id` number, required

## Response `200`

Successful response

- Submission[]
  - `id` number — Unique submission ID
  - `form_id` number — ID of the parent form
  - `completion_time` number, nullable — Time taken to complete the form in seconds
  - `data` object — Contains form field responses plus metadata (status, created_at, id)

---

[API](https://skmtc.dev/opnform/apis/opnform-api.md) · [All operations](https://skmtc.dev/opnform/apis/opnform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opnform/opnform-api/revisions/271b61a0082b/schema)
