Poll the status of an import identified by token into pageid
Name | Type | Description |
token | string | A token returned as part of the url that PUT:pages/{pageid}/import returns |
pageid | int | A page's id |
Name | Value | Description |
OK | 200 | The import's status is found and returned successfully |
Not Found | 404 | The provided token does not match a requested import job |