Setell customer pricing baseline
setell_get_customer_baselineRetrieve the operator's learned pricing baseline for a customer, showing median, min, max, and sample size per job type from signed quotes.
Instructions
Read the operator's learned pricing baseline for a specific customer. Returns one row per jobType scope (e.g. kitchen_remodel) plus the customer-wide row when present (jobType: null). Each row has median / min / max / sampleSize / lastSignedAt — sampled over SIGNED quotes only, so it reflects the operator's actual pricing for this relationship. Useful for "what did I charge Cooper last time?" / "how many signed quotes does this customer have?" Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | The customer id whose pricing baseline to read. Find it via setell_find_customer or the setell://customers resource. |