cigchat_flow_custom_events_data
Get flow custom event data by namespace or exact name, with optional time range, limit, and starting ID filters.
Instructions
Get the flow custom event data [GET /flow/custom-events/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 100 | |
| end_time | No | unix timestamp between 6 months ago and now, e.g. 1786123679. | |
| event_ns | Yes | the custom event ns Accepts either the custom_event namespace id or the custom_event's exact name — the server resolves names automatically. | |
| start_id | No | starting from id | |
| start_time | No | unix timestamp between 6 month agos and now, e.g. 1786123679. |