cigchat_subscriber_chat_messages
Retrieve subscriber chat messages with filters for message type, time range, and inclusion of bot, note, or system messages. Ideal for reviewing conversation history.
Instructions
Get list of subscriber chat messages. type: in -> Incoming message from bot user, out -> Ougoing message from bot, agent -> Outgoing message from human agent, note -> Private note, system -> system messages [GET /subscriber/chat-messages] 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 | |
| user_id | No | Subscriber user_id, required if no user_ns in the query | |
| user_ns | No | Subscriber user_ns, required if no user_id in the query | |
| end_time | No | unix timestamp between one month ago and now, e.g. 1786123679. | |
| msg_type | No | filter by media type, available types: image, audio, video, file | |
| start_time | No | unix timestamp between one month ago and now, e.g. 1786123679. | |
| include_bot | No | set value 1 to include bot messages, default is 0 | |
| include_note | No | set value 1 to include agent note messages, default is 0 | |
| include_system | No | set value 1 to include system messages, default is 0 |