Retrieve detailed analytics for a specific form including submission metrics, time series data, and advanced insights.
X-API-Key: your_api_key?apiKey=your_api_keyX-API-Key header.STANDARD or PRO.X-RateLimit-Limit: Maximum number of requests allowedX-RateLimit-Remaining: Number of requests remainingX-RateLimit-Reset: Unix timestamp when the rate limit resets| Status Code | Error Message | Description |
|---|---|---|
| 400 | Invalid timeRange parameter | timeRange must be “day”, “week”, or “month” |
| 401 | Invalid or inactive API key | The provided API key is invalid or has been revoked |
| 403 | Analytics are only available with the STANDARD or PRO plan | User is on the FREE plan which doesn’t include analytics |
| 404 | Form not found | The form doesn’t exist or doesn’t belong to the user |
| 429 | Rate limit exceeded | Too many requests, wait for rate limit to reset |
| 500 | Internal server error | Server encountered an error processing the request |