Analytics API

Get insights into form performance, submission trends, user behavior, and conversion metrics.

Environment Analytics

GET /analytics

Get aggregated analytics for all forms in the current environment.

Form Analytics

GET /forms/{formId}/analytics

Get detailed analytics for a specific form including submission counts, conversion rates, and field-level metrics.

Response Trends

GET /analytics/trends?form_id={id}&days={days}

Get submission trends over time. Useful for identifying patterns and peak periods.

Drop-off Analysis

GET /analytics/dropoffs?form_id={id}

Identify where users abandon forms. Helps optimize form completion rates.

Field Analytics

GET /analytics/fields?form_id={id}&field_id={fieldId}

Get analytics for specific form fields including completion rates and validation errors.

Export Analytics

GET /forms/{formId}/analytics.csv

Export form analytics as CSV for external analysis and reporting.

Related