curl --request GET \
--url https://api.wirespeed.co/cases/bulk-jobs \
--header 'Authorization: Bearer <token>'{
"jobs": [
{
"id": "<string>",
"type": "case-close",
"status": "pending",
"totalCount": 123,
"processedCount": 123,
"failedCount": 123,
"createdAt": "<string>",
"error": "<string>",
"completedAt": "<string>"
}
]
}curl --request GET \
--url https://api.wirespeed.co/cases/bulk-jobs \
--header 'Authorization: Bearer <token>'{
"jobs": [
{
"id": "<string>",
"type": "case-close",
"status": "pending",
"totalCount": 123,
"processedCount": 123,
"failedCount": 123,
"createdAt": "<string>",
"error": "<string>",
"completedAt": "<string>"
}
]
}