Request
Parameters
The ID of the form to fetch responses for. This parameter is required when querying responses for a specific form.
Set to
true to include partial/incomplete responses in the results. When set to false (default), only completed responses are returned. Partial responses are those where the user started filling out the form but did not complete the submission.Response
Array of response objects for the specified form. Limited to 10 most recent responses.
Example Response
When fetching by
formId, the API returns a maximum of 10 responses per request. To retrieve more responses, you may need to implement pagination or use the environment-wide endpoint.