cigchat_flow_agent_activity_log_data
Retrieve flow agent activity logs with filters for action, agent, conversation, and time range to analyze agent performance and resolve issues.
Instructions
Get the flow agent activity log data [GET /flow/agent-activity-log/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 | |
| action | No | available action: open, close, assign, reply, note, pending, spam, invalid, add_collaborator, remove_collaborator, subscribe_to_bot, unsubscribe_from_bot, opt_in_sms, opt_out_sms, opt_in_email, opt_out_email | |
| conv_id | No | Conversation id | |
| user_ns | No | Subscriber user_ns | |
| agent_id | No | agent id Accepts either the agent namespace id or the agent's exact name — the server resolves names automatically. | |
| end_time | No | unix timestamp between 6 months ago and now, e.g. 1786123679. | |
| start_time | No | unix timestamp between 6 month agos and now, e.g. 1786123679. | |
| source_type | No | available source type: agent, bot, bot_user, api, webhook |