BulkRetryResponse
matchedinteger<int64>required
Number of releases the filters/ids matched (the batch size, capped at the per-batch limit).
Possible values: >= 0
skippedbooleanrequired
true when a prior retry batch is still in flight; the request is a no-op.
triggeredbooleanrequired
true when a batch was spawned by this request.
BulkRetryResponse
{
"matched": 0,
"skipped": true,
"triggered": true
}