Newsman API Page
Newsman API » Newsman API 1.2 » Import » import.status
Newsman Api Method: import.status
Prototype: import.status(import_id)
Description: Retrieves the status of import by ID.
Return: struct (with import data. Keys: status, last_error, created_time, start_time, stop_time, data. Status: new, running, finished, error. New = (not yet started).)
Variable | Type | Description |
---|---|---|
import_id | string | The import id |