Check column refresh
This endpoint checks whether the job refreshing columns for a table has completed.
Request schema
Path parameters
source_id
integerrequired
ID of the source
Query parameters
refresh_key
integerrequired
An id provided by the refresh_columns endpoint, used to check whether the refresh columns job has finished.
table_catalog
stringrequired
The catalog name of the table (for example, database name in some systems).
table_schema
stringrequired
The schema name of the table.
table_name
stringrequired
The table name.
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
GET
https://app.getcensus.com/api/v1/sources/{source_id}/tables/refresh_columns_status
GET /api/v1/sources/{source_id}/tables/refresh_columns_status?refresh_key=SOME_INTEGER_VALUE&table_catalog=SOME_STRING_VALUE&table_schema=SOME_STRING_VALUE&table_name=SOME_STRING_VALUE HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Successfully checked the status of the job.
200
status
string
Status of the job
enum:
{ "status": "processing" }