status
property can have one of the following values: pending
, running
, completed
, or failed
. If the status is failed
, the error
property will contain a message describing the error.curl --location --request GET 'https://api.cloudflare.com/client/v4/accounts//rules/lists/bulk_operations/'
{
"errors": [],
"messages": [],
"result": {
"0": null,
"completed": "2020-01-01T08:00:00Z",
"error": "This list is at the maximum number of items",
"id": "4da8780eeb215e6cb7f48dd981c4ea02",
"status": "failed"
},
"success": true,
"result_info": {
"count": 1,
"page": 1,
"per_page": 20,
"total_count": 2000
}
}