get_stored_response
Retrieve stored HTTP responses by ID, specifying optional line ranges to extract precise segments.
Instructions
Retrieve a stored HTTP response by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_line | No | Ending line number (inclusive) | |
| start_line | No | Starting line number (1-indexed) | |
| response_id | Yes | ID of the stored response |