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
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
The id of the project to refresh. List the IDs of the projects for your source using the list projects endpoint.
Response
202 - application/json
The key that can be used to check the status of the refresh job.
Was this page helpful?