Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.wirespeed.co/v1/cases/bulk-jobs \ --header 'Authorization: Bearer <token>'
{ "jobs": [ { "id": "<string>", "type": "case-close", "totalCount": 123, "processedCount": 123, "failedCount": 123, "createdAt": "<string>", "error": "<string>", "completedAt": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Comma-separated list of statuses to filter by
Show child attributes