cigchat_flow_conversations_data
Retrieve closed flow conversations with optional filters by time, user namespace, and start ID, to analyze completed interactions.
Instructions
Get the flow conversation data, only return the closed conversations [GET /flow/conversations/data] Requires the "Manage Flow" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items in the response, between 1 and 1000 | |
| user_ns | No | Subscriber user_ns | |
| end_time | No | unix timestamp between 6 months ago and now, e.g. 1786123679. | |
| start_id | No | starting from id | |
| start_time | No | unix timestamp between 6 month agos and now, e.g. 1786123679. |