get_response_body
Retrieve API response body text by URL pattern and HTTP method to debug 400/500 errors and examine actual server responses.
Instructions
Get the actual API response body text for a request matching a URL pattern. Critical for diagnosing 400/500 errors. Response bodies are captured automatically for fetch/xhr/document requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | No | HTTP method filter (optional, e.g. 'POST', 'GET') | |
| session_id | Yes | Session ID | |
| url_pattern | Yes | URL substring to match (e.g. '/api/quotes', 'graphql') |