Get Bulk Webcast Delete Status
Use the jobId parameter returned from the Bulk Delete Webcasts endpoint to check the status of the bulk webcast delete.
Status states can be:
- Initialized
- InProgress
- Completed.
GET
/api/v2/scheduled-events/delete-status/{jobId}
Path Parameters
| Parameter | Type | Description |
|---|---|---|
| jobId | string, required | jobId obtained from the Bulk Delete Webcasts endpoint return |
Response Body
successful response
[
{
"jobId": "string",
"status": "Initialized",
"count": 0,
"processedCount": 0,
"failedCount": 0,
"remainingCount": 0
}
]
Unauthorized error
Internal server error