cigchat_flow_summary
Retrieve a summary of your bot's flow performance over a range (yesterday, last week, etc.), optionally filtered by a specific flow. Use this data to identify trends and optimize your bot.
Instructions
Get the flow summary [GET /flow-summary] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| range | No | Available ranges: yesterday (default), last_7_days , last_week , last_30_days , last_month , last_3_months | |
| flow_ns | No | use this to return only the summary for one bot Accepts either the flow namespace id or the flow's exact name — the server resolves names automatically. |