Overview

This page documents the Request History feature of Request Man.

Request History 🔍 Search history... Filter: All GET POST PUT Clear History GET https://api.example.com/users/123 200 OK 2 minutes ago • 145ms • Size: 2.5 KB POST https://api.example.com/users 201 15 minutes ago • 287ms • Size: 1.2 KB GET https://api.example.com/products?page=1 200 OK 1 hour ago • 198ms • Size: 15.4 KB PUT https://api.example.com/users/456 404 3 hours ago • 52ms • Error: Not Found DELETE https://api.example.com/users/789 204 Yesterday • 78ms • No Content
Documentation in Progress: Full documentation for this feature coming soon!

Key Features

The Request History feature provides powerful capabilities for API testing and development.

💾 Auto-Save All Requests ✓ Automatically saved ✓ No manual action needed ✓ Never lose a request 🔍 Search & Filter ✓ Search by URL, method ✓ Filter by status code ✓ Date range filtering 🔄 Quick Replay ✓ One-click resend ✓ Edit before resending ✓ Compare responses 📤 Export History ✓ Export to JSON/CSV ✓ Share with team ✓ Backup locally 🗑️ Smart Cleanup ✓ Clear all or selective ✓ Auto-delete old entries ✓ Keep favorites 📊 Usage Analytics ✓ Request count by method ✓ Average response time ✓ Success/error rates

Getting Started

Access the Feature

Navigate to Request History in the Request Man interface.

Configure Settings

Set up your Request History preferences.

Start Using

Begin using Request History in your API workflows!

Step 1: Send any request GET https://api.example.com/users Send Request automatically saved to history! Status: 200 OK • Time: 145ms • Saved: Just now Step 2: Open History panel 📋 View Request History Step 3: Find and replay any request GET https://api.example.com/users 🔄 Replay Just now • 145ms • 200 OK • Size: 2.5 KB

Examples

Here are practical examples of using Request History:

Example: Search and Filter History Search & Filter Options 🔍 Search: "api.github.com" GET Status: 200 Last 24h Clear Filtered Results (3 matches) GET https://api.github.com/repos/user/repo 200 OK 5 minutes ago • 234ms • Size: 12.3 KB 🔄 Replay 💾 Save GET https://api.github.com/users/username 200 OK 1 hour ago • 189ms • Size: 3.8 KB 🔄 Replay 💾 Save GET https://api.github.com/search/repositories?q=react 200 OK 3 hours ago • 456ms • Size: 45.2 KB 🔄 Replay 💾 Save Export filtered results: 📄 JSON 📊 CSV 📋 Copy URLs

Tips & Best Practices

Tip 1

Learn the keyboard shortcuts for faster workflow.

Tip 2

Use variables for flexibility across environments.

Tip 3

Save and organize your work in collections.

Tip 4

Check the console for detailed logging information.