Models
Check column refresh
This endpoint checks whether the job refreshing columns for a model has completed.
GET
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Query Parameters
An id
provided by the refresh_columns
endpoint, used to check whether the refresh columns job has finished.
Response
200 - application/json
Successfully checked the status of the job.
Status of the job
Available options:
completed
, processing
Example:
"processing"
Was this page helpful?