GET
/
sources
/
{source_id}
/
tables
/
{table_id}
/
refresh_columns_status

Authorizations

Authorization
string
headerrequired

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

table_id
integer
required

ID of the table

Query Parameters

refresh_key
integer
required

An id provided by the refresh_columns endpoint, used to check whether the refresh columns job has finished.

Response

200 - application/json
status
enum<string>

Status of the job

Available options:
completed,
processing