Pipeline Item Read Tool
pipeline-item-readList or show accessible pipeline cards with filtering, sorting and pagination. Item types in filters accept user, company or order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for "list". Default 1. | |
| sort | No | Sort fields for "list". Append :asc or :desc for direction (default :asc). Example: ["created_at:desc"]. Available fields: pipeline_id, pipeline_stage_id, itemable_type, itemable_id. | |
| limit | No | Results per page for "list". Default 20, max 100. | |
| action | Yes | Action to perform. | |
| filters | No | Purity filter object for "list". Keys are field names, values are operator objects. Example: {"status":{"$eq":1}}. Available fields: pipeline_id, pipeline_stage_id, itemable_type, itemable_id. | |
| pipeline_item_id | No | Pipeline item id. Required for "show", "remove", and "move". |