action wiremock_get_admin_requests_unmatched { label: "Find unmatched requests" description: "Get details of logged requests that weren't matched by any stub mapping" provider: wiremock method: GET path: "/__admin/requests/unmatched" encoding: json output: { type: "object" additionalProperties: true } }