GET
/
datasets
/
{dataset_id}
/
refresh_columns_status
Fetch the status of a dataset's column refresh
curl --request GET \
  --url https://app.getcensus.com/api/v1/datasets/{dataset_id}/refresh_columns_status \
  --header 'Authorization: Bearer <token>'
{
  "status": "processing"
}

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

Query Parameters

refresh_key
integer
required

The key provided by the refresh_columns endpoint, used to check whether the refresh columns job has finished.

Response

200
application/json

Successfully checked the status of the job.

The response is of type object.