Get Calls
hyros_get_callsRetrieve call records filtered by date, email, qualification status, or call state. Helps businesses with phone sales teams analyze call data.
Instructions
Retrieve call records from Hyros. Useful for businesses with phone sales teams. Filter by date, email, qualification status, or call state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated call IDs (max 50) | |
| state | No | Filter by call state | |
| emails | No | Comma-separated emails (max 50) | |
| pageId | No | Pagination page ID | |
| toDate | No | End date in ISO 8601 format | |
| leadIds | No | Comma-separated lead IDs (max 50) | |
| fromDate | No | Start date in ISO 8601 format | |
| pageSize | No | Results per page (1-250) | |
| qualified | No | Filter by qualification status | |
| productTags | No | Comma-separated product tags (max 20) |