POST
/
datasets
/
{dataset_id}
/
refresh
Refresh a dataset
curl --request POST \
  --url https://app.getcensus.com/api/v1/datasets/{dataset_id}/refresh \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}

Authorizations

Authorization
string
header
required

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

dataset_id
integer
required

ID of the dataset

Response

200
application/json

Successfully triggered a refresh of the dataset.

The response is of type object.