Projects
Refresh project
Refreshes the project by reconciling models in the project with datasets in Census. To find the status of the refresh job, issue a request to the refresh_status endpoint with the returned refresh_key
. Currently, only Looker projects are supported. Please reach out to support@getcensus.com if you’d like to manage Dbt or Sigma projects via API.
POST
/
projects
/
{project_id}
/
refresh
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
project_id
integer
requiredThe id of the project to refresh. List the IDs of the projects for your source using the list projects endpoint.
Response
202 - application/json
refresh_key
integer
The key that can be used to check the status of the refresh job.
Was this page helpful?