Import contact current status

The endpoint returns the status of the import currently in progress

GET https://api.getanewsletter.com/v3/contacts/import/current/

{
    "hash": "NyiMGSdZmAT",
    "url": "https://api.getanewsletter.com/v3/contacts/import/file/NyiMGfSZmAT/",
    "provider_connection_id": null,
    "provider": "file",
    "created": "2021-09-21T12:22:42",
    "status": 0,
    "progress": 0,
    "lists": [
        "a2G6mlKrgZEAr"
    ]
}