{
"items": [
{
"id": "rule-1-uuid",
"project_id": "project-uuid",
"channel_id": null,
"agent_id": "agent-sales-uuid",
"is_active": true,
"agent": {
"id": "agent-sales-uuid",
"name": "Sales Assistant",
"avatar_url": null,
"is_active": true
},
"channel": null,
"created_at": "2025-01-17T12:00:00Z",
"updated_at": "2025-01-17T12:00:00Z"
},
{
"id": "rule-2-uuid",
"project_id": "project-uuid",
"channel_id": "vk-channel-uuid",
"agent_id": "agent-vk-uuid",
"is_active": true,
"agent": {
"id": "agent-vk-uuid",
"name": "VK Specialist",
"avatar_url": null,
"is_active": true
},
"channel": {
"id": "vk-channel-uuid",
"name": "VK группа",
"type": "vk"
},
"created_at": "2025-01-17T12:30:00Z",
"updated_at": "2025-01-17T12:30:00Z"
}
],
"total": 5
}