cigchat_team_ticket_lists_log_data
Fetch ticket list change logs for a list ID, with optional filters by user, flow, column, item, or time range, to audit and track modifications.
Instructions
Get the ticket list change log data [GET /team/ticket-lists/{listId}/log-data] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of items in the response, between 1 and 100 | |
| listId | Yes | List Id | |
| flow_ns | No | Search for list items by flow_ns Accepts either the flow namespace id or the flow's exact name — the server resolves names automatically. | |
| user_ns | No | Search for list items by user_ns | |
| 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. | |
| column_name | No | Search for list items by column name, available values: select1, select2, select3, select4, select5 | |
| list_item_id | No | the list item id |