Datasets
Refresh Dataset
Trigger an on-demand refresh for an accelerated dataset.
This endpoint triggers an on-demand refresh for an accelerated dataset. The refresh only applies to full and append refresh modes (not changes mode).
post/v1/datasets/{name}/acceleration/refresh
Path parameters
namestring required
The name of the dataset to refresh.
Request body
Example request
{
"refresh_jitter_max": "10s"
}Response
Dataset refresh triggered successfully