Get Keywords Import Status
GET
https://apigw.seomonitor.com/v3/rank-tracker/v3.0/keywords/import-statusWith this endpoint, you can retrieve the current status of a keyword import task using the provided import ID, with information on the number of keywords imported so far and the number remaining.
Request
(Required) The ID of the campaign to which you want to add/import keywords.
Please refer to the Quick Start Guide to learn how to retrieve the IDs of your campaigns.
(Required) The import ID of the task.
Please refer to the Add New Keywords endpoint in our API to retrieve the 'import_id'.
Request samples
Responses
The timestamp when the import task was started.
The timestamp when the import task was completed. It returns 'N/A' if the task is still in progress.
The number of keywords that have been successfully imported so far.
The number of keywords still being processed and imported.
{
"date_start": "2022-03-14T16:44:05",
"date_done": "N/A",
"imported": 1107,
"processing": 265
}