v1
latestOpenAPI 3.0.02026-07-14330119.9 KBRequests
Count requests by criteria
Count requests logged in the journal matching the specified criteria
post/__admin/requests/count
Request body
Example request
{
"bodyPatterns": [
{
"equalToJson": "{ \"numbers\": [1, 2, 3] }"
}
],
"headers": {
"Content-Type": {
"equalTo": "application/json"
}
},
"method": "POST",
"url": "/some/thing"
}Response
Number of matching requests
Example response
{
"count": 4
}