v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSecurity Monitoring
Get the version history of a dataset
Retrieve the version history of a Cloud SIEM dataset, including the changes made at each version.
get/api/v2/security_monitoring/datasets/{dataset_id}/version_history
Path parameters
dataset_idstring required
Example:123e4567-e89b-12d3-a456-426614174000
The UUID of the dataset.
Query parameters
page[size]integer
Example:10
Size for a given page. The maximum allowed value is 100.
page[number]integer
Specific page number to return.
Response
OK
Example response
{
"data": {
"attributes": {
"count": 1
},
"id": "123e4567-e89b-12d3-a456-426614174000",
"type": "dataset_version_history"
}
}