Check object refresh
This endpoint checks whether the job refreshing objects for a destination has completed.
Request schema
Path parameters
destination_id
integerrequired
ID of the destination with an active refresh job
Query parameters
refresh_key
integerrequired
An id provided by the refresh_objects endpoint, used to check whether the refresh objects job has finished.
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
GET
https://app.getcensus.com/api/v1/destinations/{destination_id}/refresh_objects_status
GET /api/v1/destinations/{destination_id}/refresh_objects_status?refresh_key=SOME_INTEGER_VALUE HTTP/1.1 Authorization: Bearer REPLACE_BEARER_TOKEN Host: app.getcensus.com
Responses
200
Successfully checked the status of the job.
200
status
string
Status of the job.
enum:
{ "status": "processing" }