cigchat_team_ticket_lists_items
Retrieve ticket list items from a specific list using its ID. Filter by title, flow, or user, and control results with pagination.
Instructions
Get list of ticket list items [GET /team/ticket-lists/{listId}/items] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, between 1 and 100 | |
| limit | No | Number of items in the response | |
| title | No | Search for list item title | |
| 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 |