GET
/
v1
/
imports
/
{import_id}

How to use it

After pushing data to Qobra with the Record ingestion route, you’ll receive an import_id. Since Qobra record ingestion is performed as a background task, you’ll have to fetch your import details to verify it went successfully.

Authorizations

X-API-Key
string
headerrequired

Path Parameters

import_id
string
required

Used to identify the import

Response

200 - application/json
data_import
object
required

Each import contains information about their status, progress and potential errors. Note that imports stack together, meaning that a single import can show data about several data tables.