/
Get all bulk processes
Filter bulk processes.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/bulks
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/bulks
curl -i -X GET \
'https://sandbox.weavr.io/multi/bulks?offset=0&limit=1&status=SUBMITTED' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "count": 0, "bulkProcesses": [ { … } ], "responseCount": 0 }