Tables
Check table refresh
This endpoint checks whether the job refreshing tables for a source has completed.
GET
/
sources
/
{source_id}
/
refresh_tables_status
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
source_id
integer
requiredID of the source with an active refresh job
Query Parameters
refresh_key
integer
requiredAn id
provided by the refresh_tables
endpoint, used to check whether the refresh tables job has finished.
Response
200 - application/json
status
enum<string>
Status of the job
Available options:
completed
, processing
Was this page helpful?