latest_news
Latest published stories on the data economy (data markets, alt data, AI training data, licensing & legal, deals & funding). Each item includes the original source it cites.
Parameters2
| beat | string | optional | Optional beat filter. |
| limit | integer | optional |
Raw schema
{
"type": "object",
"properties": {
"beat": {
"type": "string",
"enum": [
"data-markets",
"alt-data",
"ai-training-data",
"licensing-legal",
"deals-funding"
],
"description": "Optional beat filter."
},
"limit": {
"type": "integer",
"minimum": 1,
"maximum": 25,
"default": 10
}
}
}