Skip to main content
GET
Fetch import

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
header
required

Path Parameters

import_id
string<ObjectId>
required

Used to identify the import

Response

200 - application/json

Success operation

data_import
ImportModel · 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.