Check table refresh
This endpoint checks whether the job refreshing tables for a source has completed.
Request schema
Path parameters
source_id
integerrequired
ID of the source with an active refresh job
Query parameters
refresh_key
integerrequired
An id provided by the refresh_tables endpoint, used to check whether the refresh tables job has finished.
Header parameters
Authorization
stringrequired
HTTP: basicAuth
HTTP AuthorizationScheme: basic
Http + 1.1
GET
https://app.getcensus.com/api/v1/sources/{source_id}/refresh_tables_status
GET /api/v1/sources/{source_id}/refresh_tables_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" }