inspect_requests
Read the project's request inspector: the most recent requests that hit the mock API (method, path, query, status, origin, captured headers incl. x-* — authorization redacted to its scheme — and a body snippet for writes). Use it to VERIFY what your app / tests / webhook sender actually sent: point code at the mock, run it, then inspect. Pairs with custom_route catch-all bins (e.g. /webhooks/*) for webhook payload + signature debugging. Requires the adminKey, except project "demo" whose inspector is public.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Newest N entries to return (default 20, max 50). | |
| project | Yes | Project id. | |
| adminKey | No | Project adminKey (not needed for demo). |