cURL
curl --request GET \ --url https://geniusforms.ai/api/v1/forms/{id}/responses \ --header 'X-API-Key: <api-key>'
{ "responses": [ { "id": "session_abc123", "submittedAt": "2023-11-07T05:31:56Z", "data": { "Your name": "John Doe", "Your email": "[email protected]" } } ], "total": 123, "hasMore": true, "limit": 123, "offset": 123 }
Get all submissions for a form with optional pagination.
API key obtained from your GeniusForms dashboard
Form ID
Max results to return
x <= 500
Pagination offset
Form responses
Show child attributes