Docs

List Form Submissions

GET

Query

Arguments
stringrequired

The ID of the form to get submission data for.

Uncommon arguments
date

Limit submissions to after this update time.

date

Limit submissions to before this update time.

date

Limit submissions to after this creation time.

date

Limit submissions to before this creation time.

number

Limit the number of returned submissions.

boolean

Only fetch submissions that are either completed or incomplete.

string

Stringified JSON array of field-value match objects.

string

Stringified JSON object describing fuzzy search options.

string

Comma-separated list of field IDs to include in the response.

boolean

If true, do not return field data.

string

Sort returned field values, for example by layout.

number

Maximum number of submissions to return in one page.

boolean

If true, fetch results from the cached source for lower latency.

Field selectionChoose which fields should be included in the response. Learn more
string

Comma-separated response fields to include.

Every app you connect,one REST pattern

Call any app with one REST pattern. MindCloud handles each provider's auth, request shape, and responses for you.

Learn what the Universal API is
One REST patternUse the same request structure across apps like Slack, HubSpot, Salesforce, and thousands more.
Managed connectionsSend a MindCloud connection ID instead of handling provider tokens, refresh logic, and credential storage yourself.
Action-level docsEach action page shows the exact endpoint, required arguments, optional controls, and response behavior for that app version.