get_leads
Retrieve a list of leads from Kommo CRM with options to specify limit and pagination for efficient lead management and integration.
Instructions
Get list of leads from Kommo CRM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Number of leads to return (max 250) | |
page | No | Page number for pagination |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "Number of leads to return (max 250)",
"type": "number"
},
"page": {
"description": "Page number for pagination",
"type": "number"
}
},
"required": [],
"type": "object"
}