POST
/
datasets
/
{dataset_id}
/
refresh_columns
Refresh a dataset's columns
curl --request POST \
  --url https://app.getcensus.com/api/v1/datasets/{dataset_id}/refresh_columns \
  --header 'Authorization: Bearer <token>'
{
  "refresh_key": 1647978948
}

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's columns.

The response is of type object.