list_calls
Retrieve and filter call transcripts from Salesloft with options for company name, deal stage, and result limits to analyze sales conversations.
Instructions
List available call transcripts with optional filtering.
Args:
company: Filter by company name (partial match, case-insensitive)
deal_stage: Filter by deal stage (Discovery, Demo, Negotiation, etc.)
limit: Maximum results to return (default: 50, max: 100)
Returns:
JSON array of call summaries with metadata
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | No | ||
| deal_stage | No | ||
| limit | No |