cURL
curl --request GET \ --url https://geniusforms.ai/api/v1/forms/{id}/chat \ --header 'X-API-Key: <api-key>'
{ "conversations": [ { "id": 5, "formId": 208, "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "total": 123, "hasMore": true, "limit": 123, "offset": 123 }
List all chat conversations for a form, sorted by most recently updated.
API key obtained from your GeniusForms dashboard
Form ID
Max results to return
x <= 50
Pagination offset
List of conversations
Show child attributes