List responses of a WhatsApp Flow
Retrieve the completed responses of a WhatsApp Flow, filtered by response date (dateFrom/dateTo). When no dates are provided, it defaults to the last 30 days; when only one date is provided, the other bound is left open. Results are ordered by response date descending and paginated with page/pageSize. Note: responded_at reflects the last time the response was updated — normally when the contact completed the flow, but it can move forward if the response is reprocessed internally (e.g. a media retry), in which case the response reappears in a later date window.
Headers
API key needed to authorize the request. The key role must include the templates read permission.
Path Parameters
ID of the WhatsApp Flow
"df980fc8-b6db-4820-bf22-2969482d106d"
Query Parameters
Return only responses whose response date (responded_at) is at or after this timestamp. Must be a full ISO 8601 datetime including timezone, e.g. 2026-06-01T00:00:00Z or 2026-06-01T00:00:00-04:00 (date-only values like 2026-06-01 are rejected). Defaults to 30 days ago when neither dateFrom nor dateTo is provided; if dateTo is provided without dateFrom, no lower bound is applied.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z|([+-](?:[01]\d|2[0-3]):[0-5]\d)))$"2026-06-01T00:00:00.000Z"
Return only responses whose response date (responded_at) is at or before this timestamp. Must be a full ISO 8601 datetime including timezone, e.g. 2026-07-01T00:00:00Z. If omitted, no upper bound is applied.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z|([+-](?:[01]\d|2[0-3]):[0-5]\d)))$"2026-07-01T00:00:00.000Z"
Page number, starting at 1
1 <= x <= 90071992547409911
Number of responses per page (1-200)
1 <= x <= 20050
