API Reference
Complete API documentation and reference
Get the status and details of an export job
cURL
curl --request GET \ --url https://api.drip.re/api/v1/exports/{jobId} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "jobId": "<string>", "status": "<string>", "name": "<string>", "modelType": "<string>", "format": "<string>", "progress": 123, "totalRecords": 123, "processedRecords": 123, "blobUrl": "<string>", "fileName": "<string>", "fileSize": 123, "downloadCount": 123, "error": "<string>", "startedAt": "2023-11-07T05:31:56Z", "completedAt": "2023-11-07T05:31:56Z", "expiresAt": "2023-11-07T05:31:56Z", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" }
API Key
Export job ID
Default Response
The response is of type object.
object
Was this page helpful?