Leads listCopy Pageget https://{subdomain}.kommo.com/api/v4/leadsThis method allows getting a list of leads in the accountQuery ParamswithstringThis parameter accepts a string which may consist of several values (look at the table above) separated by commas.pageint32Page of leads listlimitstringThe number of entities returned per request (limit – 250)querystringSearch query (Searches through the filled fields of the entity)order[created_at]stringenumSorting the resultsascdescAllowed:ascdescorder[updated_at]stringenumSorting the resultsascdescAllowed:ascdescorder[id]stringenumSorting the resultsascdescAllowed:ascdescfilter[id][]array of int32sFilter by lead IDfilter[id][]ADD int32filter[name][]array of stringsFilter by lead namefilter[name][]ADD stringfilter[price]int32filter[created_by][]array of int32sFilter by ID of the user who created the entity.filter[created_by][]ADD int32filter[updated_by][]array of int32sFilter by ID of the user who changed the entity lastfilter[updated_by][]ADD int32filter[responsible_user_id][]array of int32sFilter by ID of the entity responsible userfilter[responsible_user_id][]ADD int32filter[created_at][from]int32Filter by the creation date of the lead. Date in Unix Timestamp formatfilter[created_at][to]int32Filter by the creation date of the lead. Date in Unix Timestamp formatfilter[updated_at][from]int32Filter by the last update date of the lead. Date in Unix Timestamp format.filter[updated_at][to]int32Filter by the last update date of the lead. Date in Unix Timestamp format.filter[closed_at][from]int32Filter by the lead closing date. Date in Unix Timestamp format.filter[closed_at][to]int32Filter by the lead closing date. Date in Unix Timestamp format.filter[closest_task_at][from]int32Filter leads by the date of the task closest to completion. Date in Unix Timestamp format.filter[closest_task_at][to]int32Date in Unix Timestamp format. Date in Unix Timestamp format.filter[pipeline_id][]array of int32sFilter by pipeline IDfilter[pipeline_id][]ADD int32filter[statuses][0][pipeline_id]int32Should be used with filter[statuses][0][status_id]. The filter allows you to filter leads based on their specific stages.filter[statuses][0][status_id]int32Should be used with filter[statuses][0][pipeline_id]. The filter allows you to filter leads based on their specific stages.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/plainAllowed:application/jsontext/plainResponses 200200 204204 400400 401401 403403 429429 500500Updated 4 months ago