v1
latestOpenAPI 3.1.02026-07-241630614.2 KBGet task by ID
This method allows to get a particular task data by its ID.
get/api/v4/tasks/{id}
Path parameters
idinteger required
Task ID
Response
200
Example response
{
"id": 56981,
"created_by": 54224,
"updated_by": 3987910,
"created_at": 1575910123,
"updated_at": 1576767989,
"responsible_user_id": 123123,
"entity_id": 180765,
"entity_type": "leads",
"is_completed": true,
"task_type_id": 2,
"text": "Schedule a meeting",
"result": {
"text": "Scheduled"
},
"complete_till": 1575910423,
"account_id": 321312,
"_links": {
"self": {
"href": "https://example.kommo.com/api/v4/tasks/56981"
}
}
}