list_deals
Read-only
Retrieve deals from Clint CRM with filters for date ranges, user, contact info, tags, status, or stage. Supports pagination with offset for large lists.
Instructions
Retrieve a list of deals. Optionally filter by date ranges (ISO 8601), user_email, phone, email, tag_names (comma-separated), status (OPEN, WON, LOST), or stage_id. Defaults to status=OPEN if not specified. Returns up to 1000 per call. Use offset to paginate (e.g., offset=1000 for next batch).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| created_at_start | No | ||
| created_at_end | No | ||
| updated_at_start | No | ||
| updated_at_end | No | ||
| user_email | No | ||
| phone | No | ||
| No | |||
| tag_names | No | ||
| status | No | ||
| won_at_start | No | ||
| won_at_end | No | ||
| lost_at_start | No | ||
| lost_at_end | No | ||
| stage_id | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |