Skip to main content
POST
/
sources
/
{source_id}
/
tables
/
refresh_columns
Start column refresh
curl --request POST \
  --url https://app.getcensus.com/api/v1/sources/{source_id}/tables/refresh_columns \
  --header 'Authorization: Bearer <token>'
{
  "refresh_key": 1647978948
}

Authorizations

Authorization
string
header
required

Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.

Path Parameters

source_id
integer
required

ID of the source

Query Parameters

table_catalog
string
required

The catalog name of the table (e.g., database name in some systems).

table_schema
string
required

The schema name of the table.

table_name
string
required

The table name.

Response

Successfully enqueued the column refresh job.

refresh_key
integer

They key that can be used to check the status of the refresh job.

Example:

1647978948