curl --location --request GET 'https://api.cloudflare.com/client/v4/radar/datasets'
{
"result": {
"datasets": [
{
"description": "This dataset contains a list of the op 20000 domains globally",
"id": 3,
"meta": {},
"tags": [
"global"
],
"title": "Top bucket 20000 domains",
"type": "RANKING_BUCKET"
}
]
},
"success": true
}