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