Check project refresh status
Returns the status of the job that is refreshing this project. 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.
Request schema
Path parameters
The id of the project that is getting refreshed.
Query parameters
An id provided by the refresh endpoint, used to check whether the refresh job has finished.
Header parameters
HTTP: basicAuth
HTTP AuthorizationScheme: basic
GET /api/v1/projects/{project_id}/refresh_status?refresh_key=SOME_INTEGER_VALUE HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Status of the refresh job
When the looker project was last successfully refreshed.
When the looker project was last attempted to be refreshed.
Whether an error occurred during the last refresh attempt
Details of the last refresh attempt error, if an error occurred
Details on the error that occurred
Details on the error that occurred
404
HTTP status code.
424
Status of the refresh job
When the looker project was last successfully refreshed.
When the looker project was last attempted to be refreshed.
Whether an error occurred during the last refresh attempt
Details of the last refresh attempt error, if an error occurred
Details on the error that occurred
Details on the error that occurred
{ "status": "completed", "details": { "latest_upgrade_at": "2024-06-28T21:33:54Z", "last_upgrade_attempt_at": "2024-06-28T21:31:54Z", "last_upgrade_attempt_error": false, "last_upgrade_attempt_output": "null" } }