list_customer_work_items
List all work items linked to a customer, optionally filtered by a specific customer request or search criteria. Retrieve complete, unpaginated results for a given customer ID.
Instructions
List the work items linked to a customer. Returns all of them, unpaginated.
Args: customer_id: UUID of the customer customer_request_id: Only work items linked through this request of the customer search: Filter by work item name, sequence ID, or project identifier
Returns: The linked work items
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | ||
| customer_id | Yes | ||
| customer_request_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |