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.
Array of question responses, each containing a response object and questionId. Each response object follows a specific shape based on the component type. See the Component Response Shapes documentation for details on all supported component types.
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.