/
Get all operations in a b...
Retrieves the bulk process operations that match the query parameters.
Security
auth_token and api-key
- Weavr Sandbox Environmenthttps://sandbox.weavr.io/multi/bulks/{bulk_id}/operations
- Mock serverhttps://api.weavr.io/_mock/products/multi/openapi/bulks/{bulk_id}/operations
curl -i -X GET \
'https://sandbox.weavr.io/multi/bulks/{bulk_id}/operations?offset=0&limit=1&sequence=0&status=SUBMITTED' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'api-key: YOUR_API_KEY_HERE'