Skip to main content
This page documents the legacy Submissions API at formcarry.com/api. For new integrations, use the v1 Submissions endpoints at api.formcarry.com, which support cursor-based pagination and richer filters.
The legacy Submissions API retrieves submissions for a specific form. It supports pagination, sorting, and filtering by common fields.

Retrieve submissions

Path parameters

  • formId — The ID of the form whose submissions you want.

Query parameters

Available filters

  • date:N — submissions from the last N days (e.g. date:7).
  • attachments:true / attachments:false — only submissions with (or without) attachments.
  • spam:true / spam:false — only spam (or non-spam) submissions.
  • fieldname_contains:value — submissions where a field value contains value.
  • fieldname_notcontains:value — submissions where a field value does not contain value.
Field-name filters use unsanitized input. Validate and escape user-provided values before including them in the query string.

Example

Response