Every API call your Mule app made, extracted from the log.
Drop in a Mule runtime log. MuleScope finds every LISTENER and REQUESTER call, rebuilds the request and response, and gives you a Postman-style workspace - plus a real collection export.
DEBUG [wrk01] HTTP_Listener_config …
POST /api/orders HTTP/1.1
Host: x-acme-orders-api…
event:b2c3d4e5 SelectorRunner - REQUESTER
{"customerId":"CUST-42","items":[…]}
HTTP/1.1 201 Created▍
LISTENER & REQUESTER parsing
Every inbound and outbound HTTP call is reconstructed from DEBUG trace lines - no regex-fu required.
Postman-style workspace
Browse extracted endpoints by folder, filter by method, inspect headers and bodies - a layout you already know.
Postman v2.1 export
Download a collection that imports cleanly into Postman, requests, responses, and folders intact.
Copy as cURL
Every request can be copied as a ready-to-run curl command, headers and body included.
Analyze a log
Select or drop multiple files to combine them into one collection - no fixed size limit, parsed locally in your browser