v1
latestOpenAPI 3.1.12026-07-268973189.3 KBObjects
List form submissions
Returns a paginated list of submissions for a form. Each submission's data holds answers keyed by field key (cf_*).
get/forms/{id}/submissions
Path parameters
idstring required
Form ID (frm_ prefix)
Query parameters
cursorstring
Cursor for pagination. Pass the previous response meta.nextCursor value (a submission ID) to fetch the next page.
pageSizeinteger
Number of items to return per page (max 100)
Response
OK