Objects
Check fields refresh
This endpoint checks whether the job refreshing fields for a destination object has completed.
GET
/
destinations
/
{destination_id}
/
objects
/
{object_full_name}
/
refresh_fields_status
Authorizations
Bearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
ID of the destination
full_name
of the destination object with an active refresh job
Query Parameters
An id
provided by the refresh_fields
endpoint, used to check whether the refresh fields job has finished.
Response
200 - application/json
Status of the job.
Available options:
completed
, processing
Was this page helpful?