Imports
Fetch import
Retrieve the status and associated details of an import
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
headerrequiredPath Parameters
import_id
string
requiredUsed to identify the import
Response
200 - application/json
data_import
object
requiredEach 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.
Was this page helpful?