Skip to main content
Weavr API
Manage

List bulk operations

GET/bulks/{bulk_id}/operations

Retrieves the bulk process operations that match the query parameters.

Request

Path parameters

Query parameters

Responses

200OK

Success

Headers
Body
application/json
{}
BulkProcessOperationsPagedBulkProcessOperationsPaged · object · 3 fields
Response example
{  "count": 0,  "operations": [    {      "operationId": "string",      "sequence": 0,      "method": "string",      "path": "string",      "status": {},      "requestPayload": "string",      "responsePayload": "string"    }  ],  "responseCount": 0}