curl --location --request GET '/api/spaces/tree/nodes?q&channel_ids&kind&is_active&has_children&discovered_from&last_message_at_from&last_message_at_to&last_observed_at_from&last_observed_at_to&tags&parent_space_id&cursor&limit&channel_id' \
--header 'Accept-Language;'{
"items": [
{
"node_type": "space",
"id": "67da9a2c8c8b2e1a9b0d0001",
"title": "string",
"kind": "discord_guild",
"platform_type": "vk",
"external_id": "1234567890",
"username": "string",
"avatar_url": "string",
"is_active": true,
"last_message_at": "2026-03-19T10:00:00.000Z",
"has_children": false,
"match": {
"is_match": true,
"has_matching_descendants": true,
"matched_by": "query",
"score": 12.5,
"highlights": [
{
"field": "title",
"highlighted": "<mark>Payment</mark> issue"
}
]
}
}
],
"total": 57,
"limit": 20,
"has_more": true,
"next_cursor": "eyJpZCI6IjY3ZGE5YTJjOGM4YjJlMWE5YjBkMDAwMSJ9"
}