List contracts / services
list_contractsFilter and list contract products by product, client, status, and brand, returning either a compact summary or full raw records.
Instructions
List contract products (services) with filters: product, client, status code (e.g. "contract_active", "contract_suspended", "contract_cancelled"), brand. Returns a compact summary per service; set full=true for raw records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Return raw records instead of summaries | |
| with | No | Relations to load (comma-separated) | |
| limit | No | Results per page (default 20) | |
| offset | No | Pagination offset (default 0) | |
| status | No | Status code, e.g. "contract_active" | |
| brand_id | No | Brand UUID | |
| client_id | No | Client UUID | |
| product_id | No | Product UUID |