Skip to main content
GET
/
history
/
batch
/
cleanable-batch-report
/
count
Get Cleanable Batch Report Count
curl --request GET \
  --url http://{host}:{port}/{contextPath}/history/batch/cleanable-batch-report/count \
  --header 'Authorization: Basic <encoded-value>'
{
  "count": 10
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

Request successful.

count
integer

The number of matching instances.