v1
latestOpenAPI 3.1.02026-07-1730321418.0 KBDatasets
Refresh Dataset
Trigger an on-demand refresh for an accelerated dataset.
The refresh only applies to full and append refresh modes (not changes mode). Datasets without acceleration return 400 — the previous load: on_demand flow has been removed; deferred datasets (declared schema + ready_state: on_registration) are materialised automatically on first query and do not need a manual trigger.
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