Admin APIs/Bulk Operations
Driver Bulk Progress (SSE)
GET
/admin/driverbulkjobs/:id/streamBearer token required
ADMINContent-Type:
text/event-streamPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
id | string | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/driverbulkjobs/:id/stream' \
-H 'Authorization: Bearer <token>'