Bulk Export
Get Bulk Export Status
Use this API to retrieve the current status and progress of a bulk export.
🗒 Things to Know
- The status of a bulk export will automatically change to Expired 10 days after its creation.
get/api/ot-insights/v1/bulk-export-jobs/{id}
Path parameters
idstring uuid required
The unique identifier for the bulk export.
The unique identifier for the bulk export.
Response
OK
Example response
{
"runId": "90f2241a-16d7-45e8-b913-1cb9951bb843",
"name": "Bulk Export",
"status": "EXPORT_IN_PROGRESS",
"createdDate": "2024-11-24 22:20:30",
"createdBy": {
"textAttributeName": [
{
"value": "Text"
}
],
"optionBasedAttributeName": [
{
"id": "f2229953-b4b5-4042-8cb9-b78038cc4c46"
}
]
},
"exportType": "Data Subjects",
"fileFormat": "csv",
"completionDate": "2024-11-24 22:20:30",
"expiryDate": "2024-11-24 22:20:30",
"progressPercentage": 90.5,
"availableCredit": 6,
"recordCount": 1000000,
"startDate": "2023-07-01",
"endDate": "2023-12-01",
"params": [
{
"name": "primaryIdentifierType",
"values": [
"email"
]
}
]
}